IVCWizCtlUI.GetCodePageFromLCID(UInt32) Method

Definition

Gets the appropriate code page based on the supplied language locale ID.

public:
 System::String ^ GetCodePageFromLCID(System::UInt32 dwLCID);
public:
 Platform::String ^ GetCodePageFromLCID(unsigned int dwLCID);
std::wstring GetCodePageFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743876)]
public string GetCodePageFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743876)>]
abstract member GetCodePageFromLCID : uint32 -> string
Public Function GetCodePageFromLCID (dwLCID As UInteger) As String

Parameters

dwLCID
UInt32

Required. The language locale ID.

Returns

The code page.

Attributes

Applies to