Set language manually in email template

Hi,

I’m trying to send emails in two languages. The text is set inside a writer field in the panel.
I created two email templates for my languages.
I know that I can force the language on language variables, but can I also do this with fields?

Thanks!

The solution I found was to use your language code as a data point for the mail function and then in the template you can use

page("your-page")->content($langCode)->yourField();

instead of

page("your-page")->yourField();