Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default language locale ID from the system.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetSystemLCID As UInteger
uint GetSystemLCID()
unsigned int GetSystemLCID()
abstract GetSystemLCID : unit -> uint32
function GetSystemLCID() : uint
Return Value
Type: System.UInt32
The LCID of the host system language.
Remarks
The default language is stored in the system registry as a decimal.
The LCID identifies a locale for language support. Locale information is used for international string comparisons and localized member names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.