I’ve been trying to use multiple languages in Rasa THROUGH HTTP API However, I am unable to train multiple languages in rasa. From what I understand (reading forum answers from @akelad) We cannot train a single model for multiple languages but we can train multiple nlu models (one for each language) Now my question is, How to select a language in either (socket/rest) channels to choose the nlu model (language) to chat with.
OR
Am I doing this wrong? how do I go forward with this?
Any help is appreciated. Thanks