Manage translations of the mail body
I am trying inside the bursting control file to manage the translations of the mail body (not the attachment). Is there a way to do that ?
Example :
<?xml version="1.0" encoding="UTF-8"?>
<xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
<xapi:request>
<xapi:delivery>
<xapi:email server="smtp.xxx.com" port="xx" from="" reply-to ="">
<xapi:message>
<![CDATA[
-- MESSAGE IN ENGLISH
]]>
<![CDATA[
-- MESSAGE IN FRENCH
]]>
</xapi:message>
...
Regards,
Thomas.