Set the locale for custom template in New Universal Login flow

Hi @richard8,

Welcome to the Auth0 Community!

You tried passing it in the authorizationParams object? i.e.

handleLogin({ 
  authorizationParams: {
    ui_locales:'de'
    }
})
1 Like