Propertygrid and available cultures for a application

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
 
J

Jeff Johnson

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top