translationMore than 65% Internet viewers speaks language other than English. You need to put a language translation tool on your blog or website to reach them. There are many ways to add a language translator like Google Translate, Alta Vista Babel Fish, Windows Live Translator etc.

Google Translator is very simple translator available and your webpage will be indexed in that new language as well. I have attached a code snippet below which is having the URL as https://clickonf5.org, replace that with your URL. That’s It.

 

 

<a href="http://www.Google.com/translate?u=https://clickonf5.org
&amp;langpair=en|zh-CN&amp;hl=en&amp;ie=UTF8" target="_blank">
<img src="/docs//Language/cn.gif" width="16" height="11" alt="CN" />
</a>

 

For Hindi translation of your blog, use the below mentioned code (by replacing clickonf5 URL),

<a href="http://translate.Google.com/translate?prev=hp&hl=en&u=
https://clickonf5.org&sl=en&tl=hi" target="_blank"> हिन्दी </a>

Windows Live Translator is provide by Microsoft where you need to put a simple piece of script on your page and the rest will be done by that code itself. Here you don’t need to put the URL anywhere. A link mentioned here will appear on your page which will redirect the viewer to the translator page for your website or blog.windows_live_translator

 

<script type="text/javascript" src="http://www.windowslivetranslator.com/
TranslatePageLink.aspx?pl=en"></script>

Alta Vista Babel Fish is another way to put a translator on your webpage. It works in a same manner as Windows Live Translator and the language options are English, German, Spanish, French, Italian and Portuguese.

<br /><script language="JavaScript1.2" src="http://www.altavista.com/
static/scripts/translate_engl.js"></script>

Please let us know whether the information provided above are useful for you. Subscribe to our RSS feed to get the latest development on Internet Techies.

By Sanjeev Mishra

Sanjeev Mishra is a professional blogger and an Internet Marketing Consultant based in India. He has built the Internet Techies to provide you updates in technology and web application area.

Leave a Reply

Your email address will not be published. Required fields are marked *