Greetings,
I'm trying to set the locale on a Qute template used to generate emails.
In the Type-Safe Message Bundles documentation, it's suggested to do this for locale resolution
instance.setAttribute("locale", Locale.forLanguageTag("cs")
But there is no setAttribute method in the MailTemplateInstance.
How should one go about setting the locale for mail template resolution ?
Best Regards,
Pascal