I would like to give user option to select text file locale.
Is there some class in .net that keeps list of available locales?
Now, I am planning to make my own list class from MSDN page: Language Identifier Constants and Strings, but it would be nicer if there is something already in .net.
Here is MSDN article on CultureInfo.GetCultures method that Jeremy wrote in his answer. There are also code examples.