Google Translator Gadget For Blogger

Google Translator Widget is a tool that translate any page content on your blog/website to the user desired language. This is a great tool as it allows user from any part of the world to be able to read your site content it their own writeup (Language).

Here is a code for the widget tool, Copy and paste in your website where you want the widget to appear.
    <div id="google_translate_element"></div><script>

    function googleTranslateElementInit() {

      new google.translate.TranslateElement({

        pageLanguage: 'en'

      }, 'google_translate_element');

    }
    </script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
For Google Blog 
In your Blogger dashboard, Click on Add a Gadget, Click add HTML/Javascript then copy the above code to the provided widget and save.

Comments