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