Hi,
I'm using Syncfusion Version: 18.4.0.49. And the newest .resx files from your github repo.
The following code:
<SfCalendar TValue="DateTime"/>
<SfGrid TValue="ViewModel" AllowFiltering="true" AllowPaging="true" AllowSorting="true" AllowMultiSorting="true"
AllowPdfExport="true" AllowExcelExport="true" Locale="de" Toolbar="@(new List<string> {"Add"})">
<SfDataManager Url="@EntityService.ApiEntityUrl" Adaptor="Adaptors.ODataV4Adaptor" />
<GridFilterSettings Type="Syncfusion.Blazor.Grids.FilterType.Menu"></GridFilterSettings>
<GridPageSettings PageSize="@(10)" PageSizes="@(new[] {5, 10, 20, 50})" />
<GridEditSettings AllowAdding="true" AllowEditing="true" AllowDeleting="true" />
</SfGrid>
Produces the following output once I change the language:
This basically means that the SfGrid localization is broken.
Please let me know when this issue will be resolved or provide a working sample.
Regards
Eugene