• Resolved collinchu

    (@collinchu)


    We have a single WP website, and use language plugin to display the same content in different languages. We are using Auth0 Universal Login, which supports universal login internationalization, but how to make this plugin support multi-language? The scenario is: when user on the site with Chinese language, show them Auth0 Chinese login page, while when user on English site, show them Auth0 English login page?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • We have a documentation page on that here:

    https://auth0.com/docs/i18n

    Thread Starter collinchu

    (@collinchu)

    Thanks Josh!

    I read the document, still no idea with how to implement with wordpress plugin ‘Login by Auth0’. Currently, I created ‘Login’ button on my wordpress home page, this button’s action is a simple link of wordpress login page (https://mydomain/wp-login.php), this link will redirect user to Auth0 Universal Login page, which is English language by default now. I read the document you mentioned, it explains how to set ‘Universal Login Internationalization’ by setting parameter ‘ui_locales’ and ‘Accept-Language’ HTTP header. But I don’t have details on how to set these value in ‘Login by Auth0’ plugin.

    I’m looking forward to your help!

    Thanks,
    Collin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to implement multi-language support’ is closed to new replies.