New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI DatePicker Localization

This article summarizes the localization keys supported by the DatePicker control.

For more details about the localization process of Telerik UI for .NET MAUI components, see the article on localization and globalization approaches.

The following image presents the supported localization strings by the DatePicker:

MAUI localization for DatePicker

DatePicker Localization Keys

The following table lists the supported localization keys supported by the DatePicker.

Localization KeyDefault Value
DatePicker_Popup_HeaderLabelTextSelect Date
DatePicker_PlaceholderLabelTextSelect Date

Common Picker Localizations Keys

The following table lists the supported common picker localization keys.

Localization KeyDefault Value
Picker_DaySpinnerHeaderLabelTextDay
Picker_MonthSpinnerHeaderLabelTextMonth
Picker_YearSpinnerHeaderLabelTextYear
Picker_Popup_AcceptButtonTextOk
Picker_Popup_CancelButtonTextCancel
Picker_DropDown_AcceptButtonTextOk
Picker_DropDown_CancelButtonTextCancel

See Also