Hi,
I have my application with the french culture :
Thread.CurrentThread.CurrentCulture = new CultureInfo("fr");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr");
It works fine but when i select "Automatic conversion" for minor or major tick lenght, this is not translated.
How can i fix it please?