1. Set a culture in the app, e.g.,
Program.cs
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("fr-CA");
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("fr-CA");
2. Add a basic Scheduler with Agenda view enabled.
The weekdays in the Agenda view date headers are not translated in the language set by the culture.
The weekdays in the Agenda view are translated. Note that they are properly translated in other views, e.g., Week and Month.