Open pavei opened 6 years ago
Hi @pavei ,
Could you please explain more on internationalization with bottender
? Like what's the problem you are facing or what can be done to improve this.
I have one bot that answers questions in tree diferente languages. But some of this "messages" are fixed (that not came from database) Like: "Hello".
So like MS-Botbuilder do:
1 - They automatically detect the user language 2 - They have a way to provide tokens and it auto-translate when use like, context.sendText("token_123").
https://docs.microsoft.com/en-us/bot-framework/nodejs/bot-builder-nodejs-localization
I suggest you the i18n package : https://www.npmjs.com/package/i18n , it does very well the job , and easy to include in the Bot , we are using it in work, one of the bots has more than 10 languages and changing between them is really easy too .
Do you have any approach about internationalization with botttender?