Google Translate Widget with Flags For Blogger
The Google Translate Widget for Blogger allows the visitors to translate your site or blog in their own language. This widget also auto-detect your blog language and then translate it to the readers chosen language. It supports 12 different languages: English, French, German, Spanish, Italian, Dutch, Portuguese, Russian, Japanese, Korean, Arabic And Chinese. How To Add The G oogle Translate Widget To Blogger Step 1 . Go to your Blogger Dashboard >> Layout and click on "Add A Gadget" link Step 2. From the pop-up window, scroll down and choose HTML/JavaScript Step 3. Paste the code below in the empty box: <script type="text/javascript"> function showHide(shID) { if (document.getElementById(shID)) { if (document.getElementById(shID+'-show').style.display != 'none') { document.getElementById(shID+'-show').style.display = 'none'; ...