pixy1
#1
Setting the language to non english languge has no impact on the labels of Agenda button. The display string stays the same (Agenda in English):
Scheduler.Localization.Set(SchedulerLocalization.Localizations.Arabic);
The same happens in other languages. What to do?
There are no translations for some labels. You can define text in a Label property of AgendaView class,
scheduler.Views.Add(new AgendaView { Label = "Label" });
Or update the locale file -
github.com/DHTMLX/scheduler/blo … _en.js#L41
github.com/DHTMLX/scheduler/blo … _ar.js#L39