views:

25

answers:

1

How do I change the language CultureInfo from a dropdownlist and from there make it global. I have set up a Countries List in a dropdownlist with the regioninfo TwoLetterISORegionName what do i need to do to too make it global from the selected item in the dropdownlist

A: 

You should check out the System.Globalization.CultureInfo MSDN Docs

Code Project also has a demo.

rockinthesixstring