The datepicker has a public method you can override:
DatePicker pick = new DatePicker()
{
public String[] getMonthNames() {
return new String[]{"j", "f", "m", "a", "m", "j", "j", "a", "s",
"o", "n", "d"};
}
};
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of John (Eric) Hamacher
Sent: 20. august 2009 18:11
To: GWT-Ext Developer Forum
Subject: datepicker multilangual?
Hello:
I need a datepicker in which I can plug in my own translations for
everything, month names, day of week, etc. From examining the docs,
the datepicker seems to partially accommidate this but not totally
(e.g. month names). Is there more to this datepicker than I see in
the docs? Can I use this datepicker? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---