I'm currently doing a bot for Facebook messenger. My bot is multi language but the problem is that I can't find a way to change the language in the bot menu according to the user.
Do you have any idea how to fix that issue?
I can't find any solution: https://developers.facebook.com/docs/messenger-platform/thread-settings/persistent-menu
As of March 2017 (Platform 1.4) this is now supported.
From the Facebook Docs...
https://developers.facebook.com/docs/messenger-platform/messenger-profile/persistent-menu
So facebook response:
If you're supporting 10 or less languages, one solution could be to at the beginning of each conversation, send a message and have them choose their language using quick replies
EDIT: The persistent menu can't be different for users, so I don't think multi-language is currently supported within the persistent menu.