1 Answer, 1 is accepted
Hi Zhe,
Calendar and Scheduling control for Xamarin has a globalization support. When the device culture is changed, the month names (calendar title in your case), day names are translated to the corresponding culture.
Here are more details about which Telerik controls has a Globalization support: https://docs.telerik.com/devtools/xamarin/localization-and-globalization#globalization
In addition the calendar control has a localization support. The localization keys are described here: https://docs.telerik.com/devtools/xamarin/controls/calendar/calendar-localization There isn't a localization key for the calendar title.
I assume you want to use a globalization support.
Regards,
Didi
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Calendar_MonthAbbreviationApril key is not related to the calendar title. It is applied in the Scheduling UIs: https://docs.telerik.com/devtools/xamarin/controls/calendar/calendar-localization#:~:text=Calendar_MonthAbbreviationApril
The calendar title does not have a localization key, the way you can translate it is when changing the device culture.
Hi Zhe,
I am not sure I understood this sentence. What is the issue with the calendar control? Which method did not work?
I wrote it according to the case
As I mentioned earlier this localization key does not work for Calendar Month Title in Month View. You cannot use the Telerik Localization manager to localize the month names displayed in the calendar title when the control is in month view. We do not provide a localization key for month name in calendar title.
The only option you have is to use the globalization. When you change the device culture to another language, the Month title will be translated.