This option set the calendar locale by setting the property CalendarComponent.LOCALE.
The code below shows how to change the calendar locale: 
<CODE>
CalendarComponent calendarComponent = new CalendarComponent();
calendarComponent.setCalendarProperty(CalendarComponent.LOCALE, Locale.FRANCE);
</CODE>
