SfGrid localization

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



3 Replies 1 reply marked as answer

VN Vignesh Natarajan Syncfusion Team March 24, 2021 05:42 AM UTC

Hi Eugene,  
 
Thanks for contacting Syncfusion support.  
 
Query: “This basically means that the SfGrid localization is broken. Please let me know when this issue will be resolved or provide a working sample. 
 
We have validated the reported issue by preparing a sample with localization and we are not able to reproduce the reported issue at our end. Localization gets applied to Grid and calendar component without any error. Kindly refer the below sample which we have used for evaluation for your reference. 
 
 
Kindly ensure the reported issue by clearing the browser and Nuget cache. If you are still facing the reported issue, kindly get back to us with more details about the issue you are facing.  
 
Regards, 
Vignesh Natarajan 


Marked as answer

EK Eugene Kudryavtsev March 26, 2021 08:05 AM UTC

Thanks for your reply! I managed to get it working with my requirements. 

Kind regards
Eugene


VN Vignesh Natarajan Syncfusion Team March 29, 2021 04:26 AM UTC

Hi Eugene,  

Thanks for the update.  

We are glad to hear that you have achieved your requirement using our solution.  

Please get back to us if you have further queries.  

Regards, 
Vignesh Natarajan 


Loader.
Up arrow icon