Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Is there any integrate solution in botkit to build a Multilangual bot #947

Closed
aidonsnous opened this issue Aug 4, 2017 · 2 comments
Closed

Comments

@aidonsnous
Copy link

I am building a facebook bot and would like it to be replying in different language according to the user localization or language parameter.

So I would like to know if there is any way to do that with botkit only and how? if not which module would you suggest with an easy way of integration.

@peterswimm
Copy link
Contributor

There is currently no multilingual support in Botkit, but you could perhaps manage something using variables and threads where you:

  • Start the conversation with asking a user to chose their language
  • Store that choice
  • Have all your scripts's text rendered as strings, and as users navigate through the conversations, you add your localized strings from Storage on the fly.

Obviously not ideal, we hope to support localization in the future, but no definite plans as of yet.

@aidonsnous
Copy link
Author

Thanks;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants