i need help, i made ComboBox on form
It should basicly be comboBox with different languages for example:
English
German
Now i have defined in Config.cs this:
ConfigKey Lang = new ConfigKey("Lang", "lang", "enu");
"enu" is sValue
ComboBox contains few strings like:
English
German
now i dont know how to make when you select German that if affects on Configkey change from enu to deu
and where to define
English=enu
German=deu
please help
This post has been edited by huntone: 23 April 2010 - 01:39 PM

New Topic/Question
Reply




MultiQuote


|