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
65
Internationalize a XAMDatagrid
posted

Hello,

I am trying to "internationalize" an existing project that uses igDP:XamDataGrid.

The grid is data bound to a class, and The header row int he grid shows the field names, as defined in the class.

The header thus look like English. I would like to display translated strings on the header, taken from a resource file.

What is the best way to do that?

Being an older project, I am required to use VS2008, and being a newbie to XAML I am fish out of water.

Thanks for your help.