Get microsoft windows Locale ID and name


dear all,

i see there locate id specified microsoft below link.

http://msdn.microsoft.com/en-us/goglobal/bb964664

how can list of locate_id , country name using c#? can put in drop down list user select.

thanks,

hi,

if found this:

using system; using system.globalization;  public class printclass {public static void main()  {  foreach (cultureinfo ci in  cultureinfo.getcultures(culturetypes.allcultures))  {  console.writeline(ci);  }  } }

in http://msdn.microsoft.com/en-us/goglobal/bb688121


regards, nico



Visual Studio Languages  ,  .NET Framework  >  Visual C#



Comments

Popular posts from this blog

Azure DocumentDB Owner resource does not exist

BizTalk Server 2013 Azure VM Log Shipping and HA for hosts

How to Share webservice object to all user