Ads

Instaling Google Translate With Dropdown

If your blog is in Indonesian language it's good install language translator widget so visitors of Foreign Affairs of the language is different from the language we can understand the Indonesian people by writing that we make in our blog. Actually, this widget has been provided by the Blogger but it does no harm if we can make it manually at the same time to learn.
To make this widget is not so difficult, simply copy the code below into your blog sidebar.



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



The result is like this :






You can also get a code at http://translate.google.com.


Finish and see the results.

Good luck!