I already created a functionnal bot using Bot Framework.
Now i'm trying to use language translation feature, but i can't find how to achieve this. I enabled the "Translate channel messages" option but the messages are always received with language set to "en" even if message content is not english.
Any pointer?
As a user you can change the language by writing "I want to talk in [supported language]". Or just write the name of the language and the bot framework should be clever enough to recognize what you want.
On back end side you receive the translated text but you also have access to the original text and the original language.