Hello,
I am working on a windows application(c#.net). I have one form which contains some controls like textbox, labels and also UltraGrid. I want to have localization, when the resource file is created it contains localization details for all controls except UltraGrid, how to have localization for UltraGrid Columns.
Thanks in Advance.
Sriram
Hi Sriram,
You can do this using the ResourceCustomizer class. See the Infragistics documentation on ResourceCustomizer for details.
What about when your schema does not exist until run time? I have a generic from with a grid that gets reused for multiple queries. We never know what the schema will be loaded into the grid until the data source is set. Is the best way to localize it just to loop through every column header and looping through all existing language resource words,