Does the MFA widget used by default have a language setting?

Is there an easy way of changing the default language of the MFA form like with the login form?
We can adjust the logo and primary color but not the text it seems.

The login form can be changed by using language: "nl" and that works just fine.

The available method to provide an I18N aware solution for the Guardian Multifactor hosted page is to leverage the auth0-guardian.js library. The widget used in the default page has no built-in support for I18N at this time.

You can find reference information on how to accomplish such customization in the developer resources associated with Guardian, in particular, the section about customizing the user interface.

MFA Widget version 1.6+ does support language dictionary.
See this gist for a working sample.

1 Like