How to save and use a custom locale for my chatbot?

How to save and use a custom locale for my chatbot?

A custom locale allows you to set up a conversation flow to control the language of your chatbot response. 



Follow the procedures here to customize the locale with Stella now!

    • Related Articles

    • How can I switch the chatbot language?

      You may set up a response in different locales with the following procedure: Head to "Settings" on the top panel Select "Language and Region" Select "+ Language Group" and choose your desired languages. Select the button next to the selection box to ...
    • How to add a language group?

      1. Go to Settings. 2. Click "+ Language Group" to add language in the Language and Region section. 3. Select the corresponding language in the dropdown menu. 4. Click Save.
    • Could I save any chatbot user data and create a custom report by myself?

      You could use the data source to create a report. However, this will require the creation of advanced pre-actions in each node. Please refer to the Reference documentation for more details.
    • How to save the WhatsApp location sent from the user?

      You could use the following action to save the longitude, latitude, and address from the WhatsApp location. return new Promise((resolve)=>{ this.member.botMeta.tempData.long = this.lodash.get(this.messageEvent, ...
    • How to get an access token for my custom app?

      Our Standard Procedure will show you a step-by-step guideline on how to get an access token for your custom app. It will also highlight tips you should pay attention to during your chatbot building journey. For more details, please click here.