VCWizCtlClass::GetCodePageFromLCID Method (UInt32)

 

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)

public:
virtual String^ GetCodePageFromLCID(
	unsigned int dwLCID
)

Parameters

dwLCID
Type: System::UInt32

Required. The language locale ID.

Return Value

Type: System::String^

The code page.

The LCID identifies a locale for local language support. Locale information is used for international string comparisons and localized member names.

Return to top
Show: