VCWizCtlClass.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:
virtual System::UInt32 GetSystemLCID() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetSystemLCID;
public:
virtual unsigned int GetSystemLCID() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetSystemLCID;
virtual unsigned int GetSystemLCID();
[System.Runtime.InteropServices.DispId(1610743880)]
public virtual uint GetSystemLCID ();
[<System.Runtime.InteropServices.DispId(1610743880)>]
abstract member GetSystemLCID : unit -> uint32
override this.GetSystemLCID : unit -> uint32
Public Overridable Function GetSystemLCID () As UInteger
Returns
The LCID of the host system language.
Implements
- Attributes
Remarks
The default language is stored in the system registry as a decimal. See Locale ID (LCID) Chart for a list of language locale IDs.
The LCID identifies a locale for local language support. Locale information is used for international string comparisons and localized member names.