Hi! I’m working on a multi-language website (en/ar) and I’ve set up user registration with login code. I’d like for the email that is being sent to the user to be in both languages. What’s the best way to achieve this? I tried creating an email template (site/templates/emails/auth/login.html.php) and typing out the respective texts and styling the reading direction, but the dynamic variables (eg. <?= $code ?>) seem to return some kind of placeholder content (123 456)?
Hm, could you post the code in your auth templates?
+1