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

job syspolicy_purge_history job fail in sqlserver 2008

Trying to register with public marketplace error with 'Get-AzureStackStampInformation'