VB C# ComboBox values how to change configkey?

Need help how to make values from combobox to change configkey

Page 1 of 1

0 Replies - 364 Views - Last Post: 23 April 2010 - 01:37 PM Rate Topic: -----

#1 huntone  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 8
  • Joined: 22-January 10

VB C# ComboBox values how to change configkey?

Posted 23 April 2010 - 01:37 PM

Hi all,
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


Is This A Good Question/Topic? 0
  • +

Page 1 of 1