Find us on Google+ Add Google Translate Widget To Blogger - Invatac - Technology Blog

Pages - Menu

Sunday, 7 October 2012

Add Google Translate Widget To Blogger


Google Translate
Google Translate



In this post i will show you how to add a Google translate widget in blogger using HTML Script. Google translate can be used to translate 64 Languages as of now. Google translate is a free translation service by Google. It can be used to translate words, sentences, webpages (we just have to copy the link in translate), Files etc.
As a blogger i will suggest everyone to use this tool because you may have so many users around the world, so this widget will help them a lot.


How to add Google Translate To Blogger ?



# Step 1 :


Sign In to your blogger.


# Step 2 :


Select "Layout ", Click on Page Elements --> Add Gadget


# Step 3 :


In Add Gadget you have to select "HTML/JavaScript" 


# Step 4 :


Copy and Paste the below code to the "HTML/JavaScript"



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


Hope this tutorial helped you a lot, this is not a big tutorial but still, language matters a lot. If you have any doubts please feel free to ask in comments. Thank You

Rahul Babu RAbout Me
I am a computer student looking for make my own name in the field of technology. Please add my to your circles.




No comments:

Post a Comment