Is ther a way to get all the country's in regional that MS lists in control panel

J

John

Hi is there an array that can be looped through
Instead of putting my own list in the program or file

instead of
Dim RG As New RegionInfo("US")


such as
get reginional(country).count

for x = 0 to etc............... or something of this sort to list
what MS list to later get currency or times) for selection


Thanks
Jerry
 
N

NickP

Hi John,

Have you tried...

system.Globalization.CultureInfo.GetCultures(Globalization.CultureTypes.AllCultures)

Nick.
 

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