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
There is a System.Globalization.CultureInfo class you can use. The
CultureInfo.GetCultures() method will return all the available cultures for
you.
Joe
--
http://www.csharp-station.com