We want to have a Lao Language using in Universal Login. How do we can reach this goal?

Hi,
We want to provide a Lao language support for our Lao’s customer. Currently Auth0 does not support Lao Language. How can we customize “Universal Login” to reach this goal ? Our web Application already can display Lao Language (lo) based on flask-babel. We try to provide the same account authentication experience for Lao’s users. We already provide the language support for Traditional Chinese (zh) , English (en) , Japanese (ja) & Thai (th).

Does anyone know this request is possible or not ?

Hi @aiotxems,

Welcome to the Auth0 Community!

You should be able to control the New Universal Login’s language with the Accept-Language header as an alternative to using the ui_locales parameter for some more flexibility outside of the /authorize flow, provided that the language in their request’s headers has been enabled on your tenant. Otherwise, the page will use the default language for your tenant.

Unfortunately, the Lao language doesn’t appear to be included in the Auth0 tenant languages list, so we recommend raising an enhancement request on our feedback portal: Auth0: Secure access for everyone. But not just anyone.
Or, if you wanna create some feature requests, here’s the perfect place to do it: Feedback - Auth0 Community

Thanks,
Timotei

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.