Unplanned
Last Updated: 09 Apr 2026 13:32 by Stéphane
Stéphane
Created on: 09 Apr 2026 13:32
Category: Scheduler
Type: Bug Report
1
Scheduler Agenda view date header weekdays don't respect the app culture

Bug report

Reproduction of the problem

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.

Current behavior

The weekdays in the Agenda view date headers are not translated in the language set by the culture.

Expected/desired behavior

The weekdays in the Agenda view are translated. Note that they are properly translated in other views, e.g., Week and Month.

Environment

  • Kendo/Telerik version: 13.1.0
  • Browser: [all ]
0 comments