Re: [Microba-controls] Language Support
Brought to you by:
michaelbaranov
From: Himanshu R. <him...@gm...> - 2009-04-16 08:19:19
|
ok it seems like there is a file in the source tree called \src\main\java\com\michaelbaranov\microba\calendar\DefaultCalendarResources.properties that contains translations for "Today"" and "None" CalendarResources can be implemented for creating customized resources for internationalization and this implementation can be set via CalendarPane/DatePicker.setResources. So far so good my next question, is how are the letters for the days in the week obtained. These letters are shown in the calendar pop up. Looking at the source code, it seems it is obtained by stripping out the "day" of the week name from the Date object formatted using SimpleDateFormat.format() Would this mean that the actual letters will be obtained from the OS? Thanks Himanshu On Sun, Apr 12, 2009 at 5:41 PM, Himanshu Ranavat < him...@gm...> wrote: > Can someone please let me know the languages supported by the DatePicker? > > Thanks > > Himanshu > |