Hi,
im unable to change my RadGridView language to French. Following this page :
https://docs.telerik.com/devtools/wpf/common-information/common-localization
I wrote this in the App.xaml.cs :
Thread.CurrentThread.CurrentCulture = new CultureInfo("fr");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr");
Telerik.Windows.Controls.LocalizationManager.DefaultCulture = new CultureInfo("fr");
Then my RadGridView control have the "Language="fr" tag in the xaml.
The language of the filters are still in English.
I can see a dll called "Telerik.Windows.Controls.resources.dll in the documentation but can't find it anywhere.
Thank you