Hi, while reading Customize email subject for multi language I went ahead and tried to insert some Liquid syntax (shown below) into the email subject field and noticed it worked anyway despite the conflicting information in the thread mentioned above.
Considering the thread (and several others) is one of the top results when looking for “Auth0 email subject translation” I think it’d be useful to add an update to the documentation and other top results so other users aren’t misled by this 3-year old thread.
{% if user.user_metadata.lang == 'nl' %}Wachtwoord wijzigen{% elsif user.user_metadata.lang == 'fr' %}Modifier le mot de passe{% else %}Change password{% endif %}
The snippet above works
Hopefully this can be picked up