VCWizCtlClass.GetCodePageFromLCID(UInt32) Method

Definition

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.

Applies to