how to add google translate to blogger

Translator1

Translator is very important for any blog or website because your website is going to be visited from all over the world from which most of the people don’t understand English by using this translator they can understand your post and it will help you so translator is important.It is very easy to make it just follow the few easy and simple steps and make your blog more beautiful.Step 1

Login to your blogger account dashboard and click on Design.

Step 2

Now click on Add a Gadgets   … and then click on HTML /  JavaScript.Step 3

Copy the below code and paste it in pop up window and click on Save button.

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