This is a simple implementation of a language selector to add to Universal Login. It is rendered
at the bottom of the Auth0 UL widget. The code references English, Italian, and Spanish, but is
easily configurable by simply adding more objects to the languages array.
- You must have a custom domain configured on your tenant.
- This project requires the Auth0 CLI. Ensure that you have logged the CLI into your desired tenant.
auth0 login-
Open the Universal Login Branding Customization Editor
auth0 ul customize -r standard
-
Copy the contents of
page-template.htmlinto the page template. -
Click
Deploy Changes!
Or, update the page template non-interactively.
cat page-template.html | auth0 ul templates updateNone that I know of. Please create an issue if you find one.

