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
 

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

Similar Threads

Culture. What am I doing wrong? 1
Culture 1
Culture 3
Property 1
Profile. What am I doing wrong? 1
ajax parsing error... 2
Get Session Variable Value 1
Keeping datetime culture invariant 2

Back
Top