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

String^ GetCodePageFromLCID(
	unsigned int dwLCID
)

Parameters

dwLCID
Type: System::UInt32

Required. The language locale ID.

Return Value

Type: System::String^

The code page.

Return to top
Show: