Change Language in Universal Login with custom Login form

Unable to change the language for the classic universal login with customized login screen.

Tried the following options,

  1. Enabled ‘fi’ in tenant language settings.
  2. Added auth0.loginWithRedirect ({ ui_locales: ‘fi’ }) in my application.
  3. Added webAuth.authorize ({ui_locales: ‘fi’)} to the custom login form.

Unable to find samples or resources related to language for Classic Universal login in Universal Login Internationalization

Is it possible to change the language for the custom login form?

Hi @nivetha.ravi,

Welcome to the Auth0 Community!

Can you share some more details on your UL implementation? What type of custom login form are you implementing? What SDK?