I'am using JCalendar
's 1.4 JDateChooser
so I ask if it is possible to change display names for months and days of weeks without having to change the source code, or, since I never looked the source code, is it complicated to change it even if it can be changed. Thanks.
Asked
Active
Viewed 1,090 times
1

trashgod
- 203,806
- 29
- 246
- 1,045

Ђорђе Ђашић
- 121
- 14
-
Can you provide some example code of what you've tried? – habitats Oct 31 '14 at 00:19
-
do you want to change font ? – Madhawa Priyashantha Oct 31 '14 at 00:50
1 Answers
3
JCalendar
responds correctly to supported locales. For example, the locale illustrated below is specified on the command line:
java -Duser.language=fr -Duser.country=FR -cp build/classes DateDemo
Additional localized text properties are found in the source code:
src/com/toedter/calendar/jcalendar_*
For unsupported locales, consider ICU4J Locale Service Provider.