Share via


IVCWizCtlUI.GetCodePageFromLCID Method

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

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
Function GetCodePageFromLCID ( _
    dwLCID As UInteger _
) As String
string GetCodePageFromLCID(
    uint dwLCID
)
String^ GetCodePageFromLCID(
    [InAttribute] unsigned int dwLCID
)
abstract GetCodePageFromLCID : 
        dwLCID:uint32 -> string 
function GetCodePageFromLCID(
    dwLCID : uint
) : String

Parameters

Return Value

Type: System.String
The code page.

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace