IVCWizCtlUI.GetSystemLCID Method

Definition

Gets the default language locale ID from the system.

public:
 System::UInt32 GetSystemLCID();
public:
 unsigned int GetSystemLCID();
unsigned int GetSystemLCID();
[System.Runtime.InteropServices.DispId(1610743880)]
public uint GetSystemLCID ();
[<System.Runtime.InteropServices.DispId(1610743880)>]
abstract member GetSystemLCID : unit -> uint32
Public Function GetSystemLCID () As UInteger

Returns

The LCID of the host system language.

Attributes

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.

Applies to