Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1530
How to set XamDataGrid's culture/language
posted

Hi,

what is the correct way to set culture and language?

I have a german Windows and set the language and culture to en-Us:

 

 

DataGrid.Dispatcher.Thread.CurrentCulture = new System.Globalization.CultureInfo("en-US"false);
DataGrid.Language = XmlLanguage.GetLanguage("en-US");

 

But in the UI the grid shows the hint in the group section in german:

But after grouping the group headers are in english ("items"):

What's wrong?

 

Best regards,

cew3