Hello,
I have tried to get help with this issue from other people's questions regarding this subject; however, it doesn't seem that my question is answered in any of them. My question is where do I place the following code in my website?
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Do I place it in an HTML box or do I place it in the page HTML? If I have to place it in the page HTML where do I place it (which option tab)? Please help me. Thanks
I have tried to get help with this issue from other people's questions regarding this subject; however, it doesn't seem that my question is answered in any of them. My question is where do I place the following code in my website?
<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en'
}, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
Do I place it in an HTML box or do I place it in the page HTML? If I have to place it in the page HTML where do I place it (which option tab)? Please help me. Thanks
Comment