Google Translate Widget for Your Website


Google Translate Widget

Add translation capabilities to your website/blog by simply adding a Widget provided by Google at Google's Translate Tool . You just need to copy the Script and paste it onto your website and Boom.Your website is available in all the languages. Script taken from here... For blogs at Blogger.com you need to do some extra tweak to add Widgets. For you guys I have done that bit. You just need to click on the "Add Google Translate Widget" button and you will get an option to add Translate tool to your blog hosted at Blogger.com . Your Blog is ready with the Translation Capabilities
<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>