Unplanned
Last Updated: 04 Sep 2026 05:46 by Fajleabbas
Fajleabbas
Created on: 02 Sep 2026 18:14
Category: Kendo UI for jQuery
Type: Feature Request
1
Update sv-FI and da-DK culture files

Hi Team,

I would like to request the sv-FI and da-DK culture files to be updated - specifically the date format "d".  Using .NET, the culture file does not match CultureInfo(For example, sv-FI):

| Environment              | Culture | Short Date Format |
| ------------------------ | ------- | ----------------- |
| .NET Framework 4.8 / NLS | `sv-FI` | `dd-MM-yyyy`      |
|  Kendo UI 2026           | `sv-FI` | `dd-MM-yyyy`      |
| .NET 8/10 / ICU          | `sv-FI` | `yyyy-MM-dd`      |
Please update the format to 'yyyy-MM-dd' in the Kendo UI Culture file.

Thank you!

1 comment
Fajleabbas
Posted on: 04 Sep 2026 05:46

Hello Team,

We have observed that Kendo UI uses NLS globalization, whereas .NET Core uses ICU globalization. Due to this difference, date formats and patterns vary across multiple cultures.

If possible, could we align the Kendo date formats and patterns with those used by .NET Core to ensure consistency across the application?

Thank You