Hi,
I’m using Okta in a React App. I’ve implement it with the variable “locale” so that the user get an email notification with the right language (en-US, fr-FR…).
It’s working but I need informations on how Okta is selecting the language, how does it work. For example, if I send “fr-US”, will the email be in French or in English ? And what are the criteria to use one and not the other ?
Is there a way to know how Okta filter the translation received by “locale” ?
Thanks