SystemInformationEvent.SystemLocaleId Property

Gets the locale id (LCID) for the system, which is retrieved from GetSystemDefaultLCID.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property SystemLocaleId As Integer
public int SystemLocaleId { get; }
public:
property int SystemLocaleId {
    int get ();
}
member SystemLocaleId : int with get
function get SystemLocaleId () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace