Hi,
Is there a way of setting the locale-language on the new universal login page from the auth0 Flutter SDK?
From what I’ve noticed, the login page uses the phone’s system language, which is a reasonable default. The app I’m developing, however, allows the user to set a language, irrespective of the system one.
Looking at the signature of the WebAuthentication.login()
method, I don’t see any parameters that would allow setting the locale-language. Unless I should pass some argument to Map<String, String> parameters
?
Cheers,
Marcin