2009-09-17 08:30:10 +02:00
|
|
|
|
|
|
|
.. _locale:
|
|
|
|
|
|
|
|
Locale Options
|
|
|
|
==============
|
|
|
|
|
|
|
|
**firstDay**: Integer, *Default*: ``0``
|
|
|
|
The day-of-week each week begins. Sunday=0,
|
|
|
|
Monday=1 (for UK users), Tuesday=2, etc.
|
|
|
|
|
|
|
|
**isRTL**: Boolean, *Default*: ``false``
|
|
|
|
Displays the calendar right-to-left (for languages such as Arabic and Hebrew)
|
|
|
|
|
|
|
|
**monthNames**: Array, *Default*: ``['January','February','March'...``
|
|
|
|
Full names of months.
|
|
|
|
|
|
|
|
**monthNamesShort**: Array, *Default*: ``['Jan','Feb','Mar'...``
|
|
|
|
Abbreviated names of months.
|
|
|
|
|
|
|
|
**dayNames**: Array, *Default*: ``['Sunday','Monday','Tuesday'...``
|
|
|
|
Full names of days-of-week.
|
|
|
|
|
|
|
|
**dayNamesShort**: Array, *Default*: ``['Sun','Mon','Tue'...``
|
|
|
|
Abbreviated names of days-of-week.
|
|
|
|
|
2009-10-15 08:14:21 +02:00
|
|
|
The ``buttonText`` and ``allDayText`` options in :ref:`BasicOptions`
|
|
|
|
might also be of interest.
|