Translator Plugin Pro for WordPress blogs provides automatic machine translation of your blog in 14 languages* - English, German, Spanish, Russian, Arabic, Dutch, Swedish, Greek, French, Italian, Portuguese, Japanese, Korean, Chinese Simplified and Chinese Traditional. It is fully customizable with PHP API & tags. One of the frequent requests is how we can provide only links to translated pages without the associated country flag images. Here’s is a full example how you can easily do it with the API. Please include the following code in your template to use it.



';
    foreach($visibleLanguages as $language) {
        echo "
  • " . tgGetTooltip($language). "
  • "; } echo ' '; } ?>

    Feel free to customize the code to your needs. Let me know if you have any questions. You can find the full details about the API here.

    *Note: Translator Gold provides translation in 32 different languages.