Where do I translate the headings of Agenda view? See attached picture. Is not in RadScheduler.Main.resx
1 Answer, 1 is accepted
0
Vessy
Telerik team
answered on 26 Jan 2016, 03:32 PM
Hi Kjell,
You can configure the target localization strings for the RadScheduler's Agenda headers through the HeaderAgendaDate, HeaderAgendaTime and HeaderAgendaAppointment properties of the Localization tag of the control in a similar way:
RadScheduler1.Localization.HeaderAgendaDate = "New Date";
RadScheduler1.Localization.HeaderAgendaTime= "New Time";
RadScheduler1.Localization.HeaderAgendaAppointment = "New Appointment";
I hope this information will be helpful for you.
Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items