ComputerInfo.OsLocaleID Property

Definition

Language identifier used by the operating system.

public:
 property System::String ^ OsLocaleID { System::String ^ get(); };
public:
 property Platform::String ^ OsLocaleID { Platform::String ^ get(); };
public string OsLocaleID { get; }
member this.OsLocaleID : string
Public ReadOnly Property OsLocaleID As String

Property Value

Remarks

A language identifier is a standard international numeric abbreviation for a country/region. Each language has a unique language identifier (LANGID), a 16-bit value that consists of a primary language identifier and a secondary language identifier

Applies to