All Collections
For Admins
Website
How to Add a Google Language Translator
How to Add a Google Language Translator
Updated over a week ago

You must have "Full Access" or "Limited Access - Website" permissions to add a code page element.

NOTE: You can add the Google Translator code to both your Sitebuilder and Registration products.

  1. Sign in and turn on Edit Mode.

  2. Go to either your Sitebuilder or a Registration Session.

  3. Click Add Page Element.

  4. Scroll down and choose the Code Element.

  5. Copy the code below:

    • <div id="google_translate_element"></div><script type="text/javascript">

      function googleTranslateElementInit() {

      new google.translate.TranslateElement({pageLanguage: 'en', layout:

      google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');

      }

      </script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

  6. Paste this code into the long text box labeled Code in the Code Page Element.

  7. Click Save Changes.

Helpful Tip! You must add this code to every page on either your site or your registration that you would like this translator to live on.

Did this answer your question?