Translate your blog-post!!
I have added a new feature to the side bar to translate the web-page to a language of your choice. You can easily do it by adding the following code:
<p>Translate to Language of your choice!</p>
<!— This script is to translate!—>
<script language=”javascript1.2” type=”text/javascript”>document.write(‘<div align=”center”><select onchange=”lp=this.options[this.selectedIndex].value; if(lp!='') window.location='http://www.google.com/translate?hl=en&ie=UTF-8&oe=UTF-8&u=http://blog.kumar-anurag.com&langpair='+lp;” style=”font:11px arial;width:110px” name=”to_lang” align=”center”><option value=”">Select language</option><option value=”en|ja”>English to Japanese BETA</option><option value=”en|ko”>English to Korean BETA</option><option value=”en|zh-CN”>English to Chinese (Simplified) BETA</option><option value=”en|de”>English to German</option><option value=”de|fr”>German to French</option><option value=”en|es”>English to Spanish</option><option value=”en|fr”>English to French</option><option value=”fr|de”>French to German</option><option value=”en|it”>English to Italian</option><option value=”en|pt”>English to Portuguese</option><option value=”en|ar”>English to Arabic BETA</option><option value=”en|ja”>English to Japanese BETA</option><option value=”en|ko”>English to Korean BETA</option><option value=”en|zh-CN”>English to Chinese (Simplified)BETA</option><option value=”en|en”>English</option></select></div>’)<br /></script>
Don’t forget to replace my web-page with yours :)
Hope it works well! When your audience is global, you should ensure that they view the site in a language of their comfort!
(via Anurag’s Weblog)