
Announcements
Hi all,
I have developed a chatbot and would like to add functionality that allows the user to interact with it in multiple languages. For example, if the user starts interacting in English, the responses will be in English, but if the next question is in Spanish, the answer should be in Spanish as well.
I’ve done some research, and it seems that I can achieve this using the Azure Translator service.
Is this a viable approach? Are there any alternative solutions to implement this functionality?
Thanks!