Skip to main content
If I change the setting of my application (from Dutch to English) the order of the date changes (to month/day/year from day/month/year). Is it possible to change the language with changing the layout of the date fields?



I tried using an extended property called CustomDateMask, which has no effect.
Could you try adding the extended property UseWindowsCulture = yes to your model? This is for situations in which only the translations are changed and the date has to stay in the same format as the OS.



See also:

https://office.thinkwisesoftware.com/docs/docs/sf/configuration_file.html

https://office.thinkwisesoftware.com/docs/docs/sf/extended_properties.html

Reply