Flipkart

Wednesday, February 24, 2010

Google Translator Script for Website Content

<div id="google_translate_element">
</div>
<script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en'
  }, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>



Just add this script in header file to use google tanslate with all languages

For more help please visit below URL:

Link For this: http://translate.google.com/translate_tools?hl=en&layout=1&eotf=1

No comments:

Post a Comment