hello guys
I really need help on this, I add the code for the translation on my page so you can translate all
when I put this code in the HTML Block is just translating the index.php
I want this code to translate all nat only one page.
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en,es',
includedLanguages: 'en,es,en'
}, 'google_translate_element');
}
</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>