How to avoid the apex to auto-translate the Date Picker item
My apex(19.2) application has multiple language(English and Chinese), I have setup the language by session level, I don't do translation for the date, but I see the Date(DD-MON-YYYY) will be auto translated to Chinese when I switch language to Chinese.
How can I avoid apex to translate the Date? I need the date format is DD-MON-YYYY and always english.
Thanks in advance.