New to Telerik UI for WinForms? Download free 30-day trial

Properties that can be Localized

The following properties can be localized:

Property Description
NavigationPrevText Gets or sets the text displayed for the previous month navigation control.
NavigationNextText Gets or sets the text displayed for the next month navigation control.
FastNavigationPrevText Gets or sets the text displayed for the fast previous navigation control.
FastNavigationNextText Gets or sets the text displayed for the fast next navigation control.
NavigationPrevToolTip Gets or sets the text displayed as a tooltip for the previous month navigation control.
NavigationNextToolTip Gets or sets the text displayed as a tooltip for the next month navigation control.
FastNavigationPrevToolTip Gets or sets the text displayed as a tooltip for the fast navigation previous month control.
FastNavigationNextToolTip Gets or sets the text displayed as a tooltip for the fast navigation next month control.
RowHeaderText Provides custom text for the row header cells.
ColumnHeaderText Provides custom text for the column header cells.
ViewSelectorText The text displayed in the view selector cell.

TodayButton

Property Description
Text Gets or sets the text associated with Today button.
this.radCalendar1.TodayButton.Text = "Aujourd'hui";

Me.RadCalendar1.TodayButton.Text = "Aujourd'hui"

ClearButton

Property Description
Text Gets or sets the text associated with Clear button.

See Also

In this article