How to change language in Azure Health Bot using Whatsapp as a channel?
We are developing a Chat solution using Azure Health Bot
https://learn.microsoft.com/en-us/azure/health-bot/
I'm using Whatspp (Twilio) as an access channel for end users.
What I want is to provide the users a language selection and based on their selection localization language would be set.
Azure Health Bot provide Localization feature But I can't find anywhere How to change the language programmatically (from designer/using script).
https://learn.microsoft.com/en-us/azure/health-bot/localization
If there is a way to change the locale in runtime based on user selection this would solve my problem