CometChatLocalize allows you to detect the language of your users based on their browser settings and set the language accordingly.
Supported languages
Currently, we support the following 12 languages for localization:- English (en, en-US, en-GB)
- Chinese (zh, zh-TW)
- Spanish (es)
- Hindi (hi)
- Russian (ru)
- Portuguese (pt)
- Malay (ms)
- French (fr)
- German (de)
- Swedish (sv)
- Lithuanian (lt)
- Hungarian (hu)
Methods
Init
The default language of the CometChat UI Kit is set to the language in your browser settings. If browser language does not belong to the list of supported languages, it fallbacks to English language. You could also override the default language. This method allows you to override default or pre-defined text strings with custom translations or alternative values. This also supports adding new languages to the list of supported languages.- JavaScript
localize
This method accepts the string to localize and return the localized string.- JavaScript