Hi,
When localizing our application everything localizes fine, except for the HeaderText on columns in all the gridviews in our application...?
All columns are designed at designtime using the property editor and localization is preformed runtime by:
CultureInfo ci = new CultureInfo(SomeLCID);
Thread.CurrentThread.CurrentUICulture = ci;
All other standard controls is going well...just not the header text on the gridview columns... any clues or hints on why the grids wont localize? Or anything i can try to find out more about the problem?
We use:
Visual Studio 2008
Telerik WinForms controls, v. 2009.1.9.414 (v2.0.50727)
Thanks in advance!
/Thomas
When localizing our application everything localizes fine, except for the HeaderText on columns in all the gridviews in our application...?
All columns are designed at designtime using the property editor and localization is preformed runtime by:
CultureInfo ci = new CultureInfo(SomeLCID);
Thread.CurrentThread.CurrentUICulture = ci;
All other standard controls is going well...just not the header text on the gridview columns... any clues or hints on why the grids wont localize? Or anything i can try to find out more about the problem?
We use:
Visual Studio 2008
Telerik WinForms controls, v. 2009.1.9.414 (v2.0.50727)
Thanks in advance!
/Thomas