Hi,
I'm using:
<telerikScheduleView:RadScheduleView x:Name="ScheduleView"...
and we have the custom localization going for Swedish, but I can't find the resource keys for the individual week days that you can see in Week view mode.
case "Day":
return "Day[ENG]";
case "Week":
return "Week[ENG]";
case "Monday":
return "?????";
...in the end we need keys for ALL of the text strings, not just the subset as listed in:
http://docs.telerik.com/devtools/wpf/controls/radscheduleview/localization#radscheduleview-resource-keys
Thanks,
Barry