IVCWizCtlUI.GetSystemLCID Method
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.
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.