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` |
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