VCWizCtlClass.GetCodePageFromLCID(UInt32) 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 appropriate code page based on the supplied language locale ID.
public:
virtual System::String ^ GetCodePageFromLCID(System::UInt32 dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetCodePageFromLCID;
public:
virtual Platform::String ^ GetCodePageFromLCID(unsigned int dwLCID) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetCodePageFromLCID;
virtual std::wstring GetCodePageFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743876)]
public virtual string GetCodePageFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743876)>]
abstract member GetCodePageFromLCID : uint32 -> string
override this.GetCodePageFromLCID : uint32 -> string
Public Overridable Function GetCodePageFromLCID (dwLCID As UInteger) As String
Parameters
- dwLCID
- UInt32
Required. The language locale ID.
Returns
The code page.
Implements
- Attributes
Remarks
The LCID identifies a locale for local language support. Locale information is used for international string comparisons and localized member names.