Google Translator: the Best Free Online for Web  

Today, people are blogging in multiple languages to create a conversation with readers outside the English Speaking blog. Google translator becomes the most popular and best free Web-based language tool.

Google Translate's coverage has been expanded dramatically. It now supports the translation between any of the following languages: English, Arabic, Bulgarian, Chinese, Croatian, Czech, Danish, Dutch, Finnish, French, German, Greek, Hindi, Italian, Japanese, Korean, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish (the new languages are shown in bold). From 26 language pairs, Google Translate now supports 506 language pairs and becomes the most comprehensive online translation tool available for free.
Reference from googlesystem, read more.

It supports the translating language from Text and Web, Translated Search and Dictionary. Here, you can try Google Translator from google.
I created the widget's google translator, as seen on my web blog and there are 19 main different languages with each own flag.
Added new languages' coding:
 
<!-- Add English to Bulgarian -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|bg&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|bg&tbb=1&ie='+e;};" title="Bulgarian">
<img width="30" src="http://www.google.com/images/flags/bg_flag.png" height="20"/>
</a>
<!-- End English to Bulgarian -->

<!-- Add English to Coratian -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|hr&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|hr&tbb=1&ie='+e;};" title="Coratian">
<img width="30" src="http://www.google.com/images/flags/hr_flag.png" height="20"/>
</a>
<!-- End English to Coratian -->

<!-- Add English to Czech -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|cs&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|cs&tbb=1&ie='+e;};" title="Czech">
<img width="30" src="http://www.google.com/images/flags/cz_flag.png" height="20"/>
</a>
<!-- End English to Czech -->

<!-- Add English to Danish -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|da&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|da&tbb=1&ie='+e;};" title="Danish">
<img width="30" src="http://www.google.com/images/flags/dk_flag.png" height="20"/>
</a>
<!-- End English to Danish -->

<!-- Add English to Finnish -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|fi&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|fi&tbb=1&ie='+e;};" title="Finnish">
<img width="30" src="http://www.google.com/images/flags/fi_flag.png" height="20"/>
</a>
<!-- End English to Finnish -->

<!-- Add English to Hindi -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|hi&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|hi&tbb=1&ie='+e;};" title="Nowegian">
<img width="30" src="http://www.google.com/images/flags/in_flag.png" height="20"/>
</a>
<!-- End English to Hindi -->

<!-- Add English to Nowegian -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|no&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|no&tbb=1&ie='+e;};" title="Nowegian">
<img width="30" src="http://www.google.com/images/flags/no_flag.png" height="20"/>
</a>
<!-- End English to Nowegian -->

<!-- Add English to Polish -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|pl&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|pl&tbb=1&ie='+e;};" title="Polish">
<img width="30" src="http://www.google.com/images/flags/pl_flag.png" height="20"/>
</a>
<!-- End English to Polish -->

<!-- Add English to Swedish -->
<a href="javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection &&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/translate_t?text='+t+'&hl=en&langpair=en|sv&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=en&langpair=en|sv&tbb=1&ie='+e;};" title="Swedish">
<img width="30" src="http://www.google.com/images/flags/se_flag.png" height="20"/>
</a>
<!-- End English to Swedish -->

Completed all languages' coding:

You can just copy-paste the following lines of JavaScript code anywhere in your page element.

AddThis Social Bookmark Button

0 comments

Post a Comment