Google translate gadget

can u tell me how insert google translation gadget in my web page?

can’t understand how can i insert,

I tried in every way in the initial layout
I tried to put it in one of the pages

tx

Just copy this code in your webpage. :slight_smile:


<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>
1 Like

where i can do that ?