Suppose i want to manage internationalization for the same bot application.
Let say I have a bot that can talk in English and also in French, Italian, etc.
User is able to select the preferred language first time he connect to the application.
How can I manage that on ChatScript?
- A possible way (for complex applications) is to run multiple CS bot instances, each one built for a specific foreign language.
A front end wrapper layer, first time user connect, ask him which language he prefers, afterward user will talk with that bot.
- For very simple bots one could map patterns in multiple languages… very rough I admit
Any smarter ideas?