![](http://photos1.blogger.com/blogger/3709/485/400/babelfish.gif)
A DI reader today alerted me that language translation flags embedded with WorldLingo Translation code on my website are not working anymore. Looks like WorldLingo has changed their online translation interface - so it's time for me to switch to another translation service.
![](http://photos1.blogger.com/blogger/3709/485/400/yahoo%20bablefishj.gif)
Before I get into the details, just a quick note - Yahoo Translations Tools have been around for a while but they came in the limelight only when Yahoo bought AltaVista with their baby Babelfish.
Now Yahoo has integrated translation in their toolbar and added support for more languages including Greek, Dutch and Japanese, as well as simplified and traditional Chinese. Babel Fish was originally a creation of AltaVista which was purchased by Overture, which was in turn purchased by Yahoo.
How to add Yahoo Babel fish Translation to my website ?
![](http://photos1.blogger.com/blogger/3709/485/1600/yahoo%20fish.png)
<script type="text/javascript" language="JavaScript1.2" src= "http://babelfish.yahoo.com/free_trans_service/ babelfish2.js?from_lang=en®ion=us" ></script>
This magic line creates a translation box listing various languages in the dropdown. The drawback here is that when your site visitor translates, they are taken to a Two-Frame webpage where the top frame is a big Yahoo advertisement while the lower frame represents the translated page. Does really give that professional look to your translation. See snapshot below:
![](http://photos1.blogger.com/blogger/3709/485/1600/yahoo%20frames.png)
I hate the look above and plan to do some customization like if had paid for a subscription to WorldLingo. Here's how I did it for free:
Just copy/paste the following HTML code - It creates a 400px wide table with 13 flags - when clicked, these flags translate the current page in the native language of the visitor.
![](http://photos1.blogger.com/blogger/3709/485/400/world%20lingo%20flags.png)
Remember to replace URL_GOES_HERE with the permanent link (URL) of the webpage where you are putting the translation code. In the case of Yahoo 360, MySpace, Google Pages Creator or MSN spaces where the permanent URL variable isn't available, try the javascript location.href value.
Here are possible substitutions for various blogging platforms.
» Blogger/Blogspot - <$BlogItemPermalinkUrl$>
» WordPress - <?php the_permalink(); ?>
» TypePad/Movable Type - <$MTEntryPermalink$>
Arabic, Hindi, Tamil, Farsi, Urdu, etc aren't suported by Systran though Google Translate can convert English pages to Arabic - I'll discuss that in my next article.