This widget lets your non-English speaking visitors to quickly translate your webpage in their native language with just a single click.
1)Signin into your blogger account.
2)Go to Design->page elements.
3)click on Add a Gadgets,
4)then a new popup window will be open then selecet HTML/Java Sctipte as shown in below
5)copy the following code in popup windiow
and give name to it.
<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>
6)save changes.
7)Thats it. you got translation widget.
0 comments:
Post a Comment