Hi everyone, I would like to ask if there's a way to add a function that let you choose to change languages inside a chatbot?
I did it in this way
Yes, the key to setting the System.User.Language variable is to use the "Locale" prefix before setting a value (as it's a Choice variable)
E.g., here I set the language based on an external variable:
Switch(Global.Language,
"fr", Locale.French,
"zn", Locale.Chinese_Simplified,
System.User.Language
)
Romain The Low-Code...
25
Pablo Roldan
25
stampcoin
10