I have an issue with localization. Probably something simple but I can't figure out how to make it work. I have seen various articles in docs about this, but they didn't help.
My MainWindow constructor contains this line:
Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo("pl-PL");
Then I added a "Resources" folder in my project root, downloaded default Syncfusion.SfGrid.WPF.resx file, renamed it to SyncfusionSfGrid.WPF.pl-PL.resx and translated. But changes don't apply.