Couldn't apply localization in VB.NET as described in C# example

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


3 Replies

AA Arulraj A Syncfusion Team August 28, 2018 06:57 AM UTC

Hi Karim, 

Thanks for contacting Syncfusion support. 

The reported issue “Localization does not work in VB.Net” is a known issue and we have fixed the issue at our end. The fix for this issue will be available in our 2018 Volume 2 SP2 release, which is expected to be rolled out in the end of August 2018. 
 
Please let us know if you have any other queries. 
 
Arulraj A 



KE Karim El Saidi August 28, 2018 02:33 PM UTC

Thanks I'll be waiting


AA Arulraj A Syncfusion Team August 29, 2018 12:35 PM UTC

 
Thanks for your patience. 
 
We are glad to announce that our Essential Studio Volume 2 SP2 2018 (v16.2.0.50) is rolled out along with the “Localization does not work in VB.Net” issue fix and is available for download under the following link. 
 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
 
Regards, 
Arulraj A 


Loader.
Up arrow icon