We will use the solution described at https://auth0.com/docs/connections/passwordless/guides/email-otp for now taking the locale from the request_language
directly in the email template with e.g. {% if request_language contains 'de' %}
. That’s at least better then no localization.
2 Likes