Languages
Last updated
Last updated
Once you have added multiple languages, your chatbot will dynamically respond to users based on their language preference. If the end-user’s language is detected, the chatbot will automatically switch to that language. Otherwise, the default language will be used.
To add a language to your chatbot, follow these steps:
Navigate to the Languages section of the chatbot builder.
Click on the Add Language button.
In the dialog, enter the following information:
Title: The name of the language (e.g., English, French, Arabic).
Code: The language code (e.g., en
for English, fr
for French, ar
for Arabic). It is recommended to use the ISO 639-1 code for each language.
RTL: Toggle whether the language is a right-to-left language.
Click Save to add the language.
To update a language:
Navigate to the Languages section.
Select the language you want to update.
Modify the Title, Code, or RTL setting as needed.
Click Save to apply your changes.
To delete a language:
Navigate to the Languages section.
Click on the delete icon next to the language you wish to remove.
Confirm the deletion.
Note: Deleting a language will remove its translations from the chatbot. All NLU samples will be set to the default language which cannot be deleted. You need always to have at least one language.
The default language serves as the primary language for your chatbot. To set a default language:
Navigate to the Languages section.
Click the checkbox next to the language you want to set as default.
Click Save.
The default language will be used when the chatbot cannot detect the language of the end-user.