Language Settings

  • Last updated on August 4, 2022 at 11:36 PM

Multi-lingual support is only available on the Premium or Enterprise plans.

To change your language settings, hover over the cog icon in the button left of your screen, and select Localisation from the submenu that appears. 

Or, just head here: https://app.elev.io/localization

From this page you can enable any languages you would like to provide support to your customers in.

When a user signs in, the Elevio Assistant will determine their language based on their browser settings and attempt to load content in that language.

If however, you need to force a certain language you can learn how to do so setting the language when loading the Assistant, with JavaScript similar to this:

window._elev.setLanguage('fr');
// for French

Learn more about the JavaScript API here.

Was this article helpful?