How to : add Google translate gadget widget in your blog


  • Here's the script to add google translate script you want to add in you blogger.
  • So that your blog is available to all viewers from all countries.
  • Sign in to your blogger account.
  • Go to design or dashboard of your blog
  • Select layout from left side menu
  • Just click on "add a gadget" according to layout.
  • select html/javascript gadget and paste below code in it


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

  • save it and view your blog.

No comments:

Post a Comment