Currently, the DatePresenter does not respect the correct syntactical ordering for Asian languages.
While Western locales often use DD/MM/YYYY or MM/DD/YYYY, languages such as Korean, Japanese, and Chinese follow a strict Year-Month-Day (YYYY/MM/DD or YYYY年 MM月 DD日) hierarchy.
Forcing a Western display order onto these locales causes user confusion and poor UX.
Currently, the
DatePresenterdoes not respect the correct syntactical ordering for Asian languages.While Western locales often use DD/MM/YYYY or MM/DD/YYYY, languages such as Korean, Japanese, and Chinese follow a strict Year-Month-Day (YYYY/MM/DD or YYYY年 MM月 DD日) hierarchy.
Forcing a Western display order onto these locales causes user confusion and poor UX.