IVCWizCtlUI.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:
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