Reporting Engine / Proofing Language / Formatting

Hi.



currently we have a problem with DateFormat of Reporting Engine. It seems to work differently to the MailMerge-Engine.



In Words-MailMerge engine the Proofing language of Word Document is used for Culture of Date Fields. But in reporting Engine only the current Culture of UI-Environment is used.



For example I added the DateTest.docx.



Is it possible to use also the Proofing language as Culture for DateFormat or other Culture related Formatting?



Thanks for your help.

Best regards,

Dirk.

Hi Dirk,


Thanks for your inquiry. Can you please try the following option:

document.FieldOptions.FieldUpdateCultureSource = FieldUpdateCultureSource.FieldCode;

In case the problem still remains, please create a standalone console application (source code without compilation errors) that helps us reproduce your problem on our end and attach it here for testing. Thanks for your cooperation.

Best regards,