I've been tasked with the awesome job of generating a look-up table for our application culture information. The columns I need to generate data for are:
- Dot Net Code
- Version
- Culture Name
- Country Name
- Language Name
- Java Country Code
- Java Language Code
- Iso Country Code
- Iso Language Code
I have found the globalization name space, but I'm sure someone out there has asked the same question, or there is a table already available.
Thanks for any help