Details
-
New Feature
-
Resolution: Fixed
-
Major
-
6.1-rc-1
-
None
Description
The goal is to add internationalization support :
{{velocity}}
#set ($message = $services.mailsender.createMessage("localhost@xwiki.org", "john@doe.com", "subject test"))
#set ($discard = $message.addPart("xwiki/template", $services.model.createDocumentReference('', 'Main', 'TemplateMail'), {"velocityVariables" : { "var1" : "value1" }, "language": "en"}))
{{/velocity}}