Hi
Localization doesn't work for me in VB.NET while the C# example works fine.
I Added to my resources the following two files:
Syncfusion.SfDataGrid.WinForms.it-IT.resx
Syncfusion.SfDataGrid.WinForms.resx
and added the next two lines
Thread.CurrentThread.CurrentCulture = New System.Globalization.CultureInfo("it-IT")
Thread.CurrentThread.CurrentUICulture = New Globalization.CultureInfo("it-IT")
But nothing changed I still have filters in English
Thanks