I am using express-openid-connect in this way:
app.use(
auth({
authRequired: false,
auth0Logout: true,
// more options ...
})
);
And that makes the /login, /logout and /callback routes work, but all hosted pages are in English while I have set Dutch to be the only language on https://manage.auth0.com/dashboard/eu/[tenant]/tenant/general.
I can’t find a localization option in the config for auth(), so I am wondering how to make the pages appear in Dutch. I am using Universal Login.