Rasa multiple language support

Hi, I have created a simple Rasa bot with English as the language support. I wanted to know whether it is possible to create a bot with support for another language say, French. Is it possible to create a bot where the user is able to choose the language preference initially and all the following conversations should take place in that particular language?

Thanks.

1 Like

Hello @vadvaith. It is possible to support different languages. Please check my githib link korean_api/ at master · athenasaurav/korean_api · GitHub to see a korean bot in action.

You have to update the config.yml file as mentioned here :

Regarding using more than two language in rasa as per user choice. I think its possible but i haven’t tried that.

2 Likes