# Locale

You can tailor the calendar for certain languages (aka "locales"). The [locale](locale.md) setting it the most important, as it sets the defaults of many other options at the same time.

## Articles

- [locale](locale.md) - The locale and locales options allow you to localize certain aspects of the calendar:
- [direction](direction.md) - The direction that elements in the calendar are rendered. Either left-to-right or right-to-left.
- [firstDay](firstDay.md) - The day that each week begins.

## See Also

- [eventTimeFormat](eventTimeFormat.md) - Determines the time-text that will be displayed on each event.
- [dayHeaderFormat](dayHeaderFormat.md) - Determines the text that will be displayed on the calendar's column headings.
- [titleFormat](titleFormat.md) - Determines the text that will be displayed in the headerToolbar's title.
- [weekTextLong](weekTextLong.md) - Like weekTextShort but only used when the date-formatting week setting is set to 'long'.
- [weekTextShort](weekTextShort.md) - The short heading text for week numbers. Also affects weeks in date formatting.
- [More-Link Render Hooks](more-link-render-hooks.md) - These hooks apply to more-links across views. For subtype-specific styling, see Column More-Link Render Hooks and Row More-Link Render Hooks.
- [popoverFormat](popoverFormat.md) - Determines the date format of title of the popover created by the moreLinkClick option.

## Demos

- [Dynamically switch between locales](locale-demo)
