blog.mha.dk
The on-line blog of Michael Holm Andersen

CultureInfo – National Language Support (NLS) API Reference

Thursday, 8 October 2009 13:10 by mha

I’m working on a web-portal kind of system, which will support multiple languages and needed to find a table with all the CultureName etc.

After finding different tables which was lacking the information I needed, I came across this one which have everything you need to start Localizing :)

http://msdn.microsoft.com/en-us/goglobal/bb896001.aspx

Update: I’ve made a SQL table to store all the above information. No need for anyone else to do this, so here’s the SQL scripts to create table and insert data:

Categories:   C#
Actions:   E-mail | del.icio.us | Permalink | Comments (1) | Comment RSSRSS comment feed

Comments

October 17. 2009 17:34

Out of curiosity.

What's the reason for not just using the CultureInfo class?

Morten

Comments are closed