google translate on website
Posted: Mon Feb 01, 2010 9:14 pm
				
				I would like to have the google translate show on my cms website.   They have the code on their site to copy and paste into a website:  
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
When I copy this code, I get a smarty error. Is this not possible with cms made simple? I would like visitors to choose their language, and have the entire page translated.
thanks,
			function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
When I copy this code, I get a smarty error. Is this not possible with cms made simple? I would like visitors to choose their language, and have the entire page translated.
thanks,