barrymavin
2014-10-12, 00:43
In v1.2.4 I have added the ability to override the month and day names in the popup date picker in Web Apps. Note that in Mobile Apps such as iOS or Android Apps the native date picker is used.
Full localization is planned for v2.0. This is an interim solution for those complaining about the date picker using english words.
You need to specify a two character locale name e.g. de for Germany, fr for France etc.
This causes the date picker to display with localized text in Web Apps.
794
Dates are always displayed in ANSI standard format so that the server does not have to understand the locale of the user. Here is an example using 'de' for German.
795
And here is another example using simplified Chinese language.
796
And another using Thai.
798
Full localization is planned for v2.0. This is an interim solution for those complaining about the date picker using english words.
You need to specify a two character locale name e.g. de for Germany, fr for France etc.
This causes the date picker to display with localized text in Web Apps.
794
Dates are always displayed in ANSI standard format so that the server does not have to understand the locale of the user. Here is an example using 'de' for German.
795
And here is another example using simplified Chinese language.
796
And another using Thai.
798