Blog Language Translation Widget for Blogger

,
Add Blog Language Translation Widget powered by google on your blog which translates website or blog from one language (English or ....) to another language (Chines, Japaneses, Hindi or ........). Adding the website translator is very easy and quick.

For live Demo Please choose any one language from Website Translator box.


How to Add Language Translator Widget----> Copy the below code 
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en',
    layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
  }, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

  1. Go to Layout or Design ----> Page Elements in your Blogger Dashboard.
  2. Click "Add a Gadget" and then add "HTML/Javascript", paste the code copied above
  3. Save and view blog.
"Vertical" Language Translator Widget








----> Copy the below Code and follow the same steps as above for  Vertical Language Translator Widget.

<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>

"Drop Down Only" Language Translator Widget







----> Copy the below code and follow the same steps as above for "DropDown" Language Translation Widget.

<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en',
    layout: google.translate.TranslateElement.InlineLayout.SIMPLE
  }, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Enjoy it!
Do you like this Article? Comment below to stay in touch with me. Kindly Share this Article with your friends if you like it.

94 comments to “Blog Language Translation Widget for Blogger”

Post a Comment

 

Assistance For Free Copyright © 2011 -- Template created by O Pregador -- Powered by Blogger Templates