Propertygrid and available cultures for a application

  • Thread starter Thread starter za
  • Start date Start date
Z

za

Hello,

I've search and search but not found a solution for my problem. I have three
resource languages in my application and want the user to decided wich
language the user use or choose the invariant option. The question for me is
how to bind the available languages to a propertygrid so that the user have
the option to choose out the four options?

TIA,

Fred
 
I've search and search but not found a solution for my problem. I have
three resource languages in my application and want the user to decided
wich language the user use or choose the invariant option. The question
for me is how to bind the available languages to a propertygrid so that
the user have the option to choose out the four options?

Create an enum with these four choices and then make a property on the class
you're going to pass to the property grid whose type is this enum.
 
Back
Top