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

.NET MAUI DatePicker Localization

Updated on Oct 27, 2025

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.

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