Hello,
I would like to localize a property grid. I found several articles showing how to do this with _my own_ object. But I would like to use it with an object, which is _not_ my work.
For example: I place a button on a form, and I show a property grid of that button at runtime. The button is a standard System.Windows.Forms.Button object. I will see the properties and I can edit them. But I would like to trnaslate the different property names and values to another language.
I'm lazy to implement again the whole property grid, so first I try to find an easier solution.
Thanks
Biri