VCWizCtlClass.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
'Declaración
Public Overridable Function GetCodePageFromLCID ( _
dwLCID As UInteger _
) As String
public virtual string GetCodePageFromLCID(
uint dwLCID
)
public:
virtual String^ GetCodePageFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetCodePageFromLCID :
dwLCID:uint32 -> string
override GetCodePageFromLCID :
dwLCID:uint32 -> string
public function GetCodePageFromLCID(
dwLCID : uint
) : String
Parameters
- dwLCID
Type: System.UInt32
Required. The language locale ID.
Return Value
Type: System.String
The code page.
Implements
IVCWizCtlUI.GetCodePageFromLCID(UInt32)
Remarks
The LCID identifies a locale for national language support. Locale information is used for international string comparisons and localized member names.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace