ComputerInfo.OsLocale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The culture name, such as "en-US", derived from the OsLocaleID property
public:
property System::String ^ OsLocale { System::String ^ get(); };
public:
property Platform::String ^ OsLocale { Platform::String ^ get(); };
public string OsLocale { get; }
member this.OsLocale : string
Public ReadOnly Property OsLocale As String