New to Telerik UI for WinFormsStart a free 30-day trial

Globalization Properties

Updated over 6 months ago

The Culture property can be set using the drop down list in the Properties Window or set in code. The screenshot below shows the Culture property set to "French (France)".

Figure 1: RadCalendar with French culture.

WinForms RadCalendar With French culture

Setting CultureInfo in code

C#
radCalendar1.Culture = CultureInfo.GetCultureInfo("fr-FR");

Additional properties that relate to globalization are:

PropertyDescription
DayNameFormatSpecifies the display format for the days of the week on RadCalendar. Values for this property are Full , Short , FirstLetter , FirstTwoLetters , and Shortest .
CultureGets or sets the culture supported by this calendar.
CurrentCalendarGets the default System.Globalization.Calendar instance as specified by the default culture.
DayCellFormatGets or sets the formatting string that will be applied to the days in the calendar. The default value is "%d".
FirstDayOfWeekSpecifies the day to display as the first day of the week. Valid values are Default , Sunday , Monday , Tuesday , Wednesday , Thursday , Friday and Saturday .
TitleFormatGets or sets the format string that is applied to the calendar title. The default value is "MMMM yyyy".
CellToolTipFormatGets or sets the format string that is applied to the days cells tooltip. The default value is "dddd.MMMM dd, yyyy".
DateRangeSeparatorGets or sets the separator string that will be put between start and end months in a multi view title. The default value is " - ".

See Also

In this article
See Also
Not finding the help you need?
Contact Support