Hello,
I need to set the locale of some docgen documents in Salesforce to en_GB or English date formatting, DD/MM/YYYY and completely ignore the user's locale settings. This is because I have multiple users that require to print in this format but most of the time don't have those locale settings (they want to view salesforce and print other documents in their local date format).
I have tried doing "MERGEFIELD <<Field>> @ DD/MM/YYYY" * MERGEFORMAT" but I get mixed results, sometimes the month or day gets swapped around.
Ideally, I'd like to use the "locale" section on the "Docgen Package details" section to force English locale on certain documents. However, if I put in "en_GB", it doesn't seem to work.
Anyone have any ideas?
Thank you.