EN-US, (English United States) and other values needed

M

Mark B

I want to populate two fields in an SQL table with these:

Language Code Description
---------------- ---------------------------------

EN-US English (United States)
EN-GB English (Great Britain)
FR-FR French (France)
etc

Does anyone know where I can get this list in its entirety, up-to-date and
CSV? It's for an ASP.Net 3.5 website.

TIA
 
G

Guest

I want to populate two fields in an SQL table with these:

Language Code        Description
----------------        ---------------------------------

EN-US                    English (United States)
EN-GB                   English (Great Britain)
FR-FR                    French (France)
etc

Does anyone know where I can get this list in its entirety, up-to-date and
CSV? It's for an ASP.Net 3.5 website.

TIA

foreach ( CultureInfo ci in
CultureInfo.GetCultures( CultureTypes.SpecificCultures ) ) {
...
}

http://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.aspx
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top