-
25 Apr 2008 4:20 AM #1
[FIXED] DatePicker Locale
[FIXED] DatePicker Locale
Hello everyone.
I'm trying to localize my application to pl_PL. When using DatePicker widget months are localized incorrect.
IMHO in DatePicker.class
should be changed toCode:monthBtn.setText(constants.months()[month] + " " + activeDate.getFullYear());
In other words, it should not be declinated.Code:monthBtn.setText(constants.standaloneMonths()[month] + " " + activeDate.getFullYear());
-
25 Apr 2008 9:57 AM #2
The change is in SVN. Thanks.


Reply With Quote