Supported Languages
Normally, you only have one language for your chatbot. However, you can add other languages by translating your content.
Supported Languages
- Arabic
- Dutch
- English
- French
- German
- Hebrew
- Italian
- Japanese
- Polish
- Portuguese
- Russian
- Spanish
Add a Language
In the Admin section, click Bots.
Click the Config button next to the selected bot.
In the General section: Default language, use the dropdown menu to select the desired default language which is gonna be used in the interface. 2. Under Supported languages, with the dropdown menu or by writing it in the box, choose the languages you need.
noteThe Supported languages section appears only when you enable the Enterprise Licensing.
- Under Default language, use the dropdown menu to select the desired default language which is gonna be used in the interface.
- Under Supported languages, with the dropdown menu or by writing it in the box, choose the languages you need.
Click Save Changes.
Change the Language
Robbot Assistant use the browser language to detect the user language. This is stored in the language
field of the user attributes. It is possible to change the language of a user by modifying this field as the following example shows:
await bp.users.updateAttributes("web", "someId", { language: "tr" })