Hi Eugeniy,
Each one of our assemblies has a localization manager which name is built from the name of the assembly ending with
LocalizationManager:
- PrimitivesLocalizationManager
- InputLocalizationManager etc.
Since the RadDatePicker and RadTimePicker controls reside in the Input assembly, you will need to use the InputLocalizationManager:
Each localization manager exposes string constans which represent the keys of the resources that are localized. They have readable names for your convenience.
I hope this helps.
Regards,
Deyan
the Telerik team