Results 1 to 5 of 5
Thread: Can i change jCalendar language?
- 12-09-2012, 02:12 PM #1
Member
- Join Date
- Dec 2012
- Posts
- 55
- Rep Power
- 0
Can i change jCalendar language?
Hey, i just found out about jcalendar and i wonder if i can change the language of the months..
It says "The language of the month names is defined by the locale property.". I dont understand this, what is locale property? is it when i import a component and then click properties? (i could find anything about changing language there)
- 12-09-2012, 02:45 PM #2
Senior Member
- Join Date
- Jun 2007
- Location
- Bali, Indonesia
- Posts
- 696
- Rep Power
- 6
Re: Can i change jCalendar language?
It means that you can configure the JCalender using the java.util.Locale class to change the language used by the JCalendar object. You can use some defined locale such as Locale.ITALY, Locale.JAPAN. Or you can create a locale object by using the language code and the country code. For instance for ITALY the language code is "it" and the country code is "IT".
Java Code:Locale locale = new Locale("it", "IT");Website: Learn Java by Examples
- 12-09-2012, 03:23 PM #3
- 12-09-2012, 03:44 PM #4
Member
- Join Date
- Dec 2012
- Posts
- 55
- Rep Power
- 0
- 12-09-2012, 05:35 PM #5
Similar Threads
-
Change language in java
By shomid in forum AWT / SwingReplies: 3Last Post: 04-23-2012, 11:20 PM -
multi-sélection dans un JCalendar
By mcherkao in forum AWT / SwingReplies: 1Last Post: 01-09-2011, 04:38 AM -
how to change whole project in another language base on locale?
By krunalpatel1410 in forum AWT / SwingReplies: 3Last Post: 09-20-2010, 08:24 AM -
How to do to change from a language to an other language?
By Ravanelly in forum New To JavaReplies: 5Last Post: 08-25-2009, 09:41 AM -
Jcalendar Help
By simmi in forum AWT / SwingReplies: 3Last Post: 08-14-2009, 04:09 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks