Hello,
Thank you for reaching out to us!
As mentioned above, the Conditional Shortcode should help you in this matter.
Please let me know if you have other questions!
Best regards,
Hello,
Could you explain better how to insert that PHP code? I use the Quform plugin for forms and from there messages are sent to users’ emails in case they contact me.
I have my website in 3 languages.
Looking forward to your reply. Thank you
Hello There,
Can you please explain in more detail as the above doc is not clearing the things.
What code should I enter so email so my users will get emails in their language?
Looking forward to hearing from you.
Hello,
The structure of the e-mail should be something like this:
[trp_language language=”en_US”]
//Content in English
[/trp_language]
[trp_language language=”de_DE”]
//Content in German
[/trp_language]
Only the e-mail in the selected language will be sent.
However, this does not work with WooCommerce e-mails due to the fact that those strings are only processed in the back-end.
Best regards,