I found this nice transliteration javascript from google. It works clean. It can translate your blog/website into many many languages.
Add the following javascript to you website or blog (Add a HTML/JS gadget)
<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>
As you see a google drop down box. Happy Localization. It was neat to see my blog getting translated to so many different language with so ease.
No comments:
Post a Comment