Supported languages
For the team member interface we currently support the following languages.
Code | Language | Code | Language |
How to localize the messenger UI
You can localize the chat messenger UI based on your user’s browser locale (language) and app/device language settings. For this you need to change the javascript code snippet that connects your website/app with the chat messenger.
Use the following code snippet to do this.
You can also localize the messenger UI based on user selection such as a language drop-down option on your website. You have to use window.fcWidget.user.setLocale(selectedLanguage) to specify the language in this case.
Use the below code snippet on your website to do this.
Note: If there is more than one browser locale enabled, Chat will always consider the default (Primary) language.