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: