Canto
25 Apr 2008, 4:20 AM
Hello everyone.
I'm trying to localize my application to pl_PL. When using DatePicker widget months are localized incorrect.
IMHO in DatePicker.class
monthBtn.setText(constants.months()[month] + " " + activeDate.getFullYear());
should be changed to
monthBtn.setText(constants.standaloneMonths()[month] + " " + activeDate.getFullYear());
In other words, it should not be declinated.
I'm trying to localize my application to pl_PL. When using DatePicker widget months are localized incorrect.
IMHO in DatePicker.class
monthBtn.setText(constants.months()[month] + " " + activeDate.getFullYear());
should be changed to
monthBtn.setText(constants.standaloneMonths()[month] + " " + activeDate.getFullYear());
In other words, it should not be declinated.