Dear SmartGWT users,
please help me with DateItem and accompanied DatePicker internationalization.
When DateItem is displayed it consists of combo for month, day and year and icon for DatePicker displaying. What I need from internationalization point of view is to in the DateItem:
- translate Choose a month, Choose a day, Choose a year messages
- translate month names
and in the DatePicker:
- translate Today, Cancel messages
- translate day names
I could not find any API for this. I found just one useful method:
Best regards,
Ales
please help me with DateItem and accompanied DatePicker internationalization.
When DateItem is displayed it consists of combo for month, day and year and icon for DatePicker displaying. What I need from internationalization point of view is to in the DateItem:
- translate Choose a month, Choose a day, Choose a year messages
- translate month names
and in the DatePicker:
- translate Today, Cancel messages
- translate day names
I could not find any API for this. I found just one useful method:
Code:
dateItem.setPickerIconPrompt("Translated string");
Ales
Comment