Culture Codes

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

Is there a way of retrieving all the culture codes and names?

And is there a culture type which I could use in a variable?

Thanks,

Miguel
 
Hi Shapper,

There is a System.Globalization.CultureInfo class you can use. The
CultureInfo.GetCultures() method will return all the available cultures for
you.

Joe
 
Back
Top