There are many other translators out there. But this one I will post here is something simple but elegant and more professional look.
Why do you need a translator for your blog?
As a translator translates words from one language to another, it means you will have the opportunity to attract a wide variety of audience from all over the world because not all people can understand english.
Here's how to add a google translator to your blogger blog.
1. Sign in to Blogger
2. Choose a blog and click Layout
3. Click Add Gadget
4. A small window will pop-up. Choose HTML/JavaScript
5. Type the title of your choice and paste these codes on the content.
<center>
<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>
</center>
<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>
</center>
6. Click Save
You now have a google translator on your blog. Congratulations!
Source: Google Translate