How to globally force Gregorian Calendar in Thai Locale instead of Buddhist Era in Mendix?

0
Hi Mendix Community, I’m working on a Mendix project where I support multiple locales including English (en_US) and Thai (th_TH).By default, when switching to the Thai locale, Mendix displays dates using the Buddhist calendar (year +543).I already tried configuring the Date/Time format in Project Settings → Languages, but this only changes the format pattern, not the calendar type. šŸ‘‰ My goal:Globally force the use of the Gregorian calendar (CE) in Thai locale across the entire app — so that no Buddhist year appears anywhere. I’m looking for a solution that applies globally, not just in a few places (i.e., no manual logic in every Nanoflow or page). Question:Is there a supported way in Mendix to globally force Gregorian calendar for Thai locale?If not, what is the recommended way to handle this cleanly without modifying every DateTime widget manually? Thanks in advance for your help!
asked
0 answers