Website SDK - Internationalization
The Gleen ChatSDK supports internationalization in 92 different languages. It automatically converts responses into the language in which the user has asked the question. On the ChatSDK, however, there are a number of static strings visible to the end user, such as "Send Message" and "Welcome." By default, the Gleen ChatSDK translates these based on the language tag present in the HTML tag.
If you wish to explicitly translate the static content (e.g., button CTA text, welcome messages) into the locale of your choice, you can specify the locale in the ChatSDK configuration. This is an optional parameter.
Here is an example of how to set this up:
With the above configuration, the ChatSDK's static strings and CTA button texts will be displayed in Spanish.
Last updated