Home > Javascript > Google Translate Script

Google Translate Script

December 13th, 2009

I want to run the following google translation script from a remote js file and just place a link on my web pages to call the script

here is the google script
——————————————–
<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>

———————————————-
You will have to PROVE your solutions will work on an html site.
I want to see a working demo and be able to at least look at the html code on your demo page


Google Translate Script

Comments are closed.
Bear