VCWizCtlClass::GetSubLangIdFromLCID Method (UInt32)

 

Gets a string containing the language identified as the sub language from its language locale ID.

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

public:
virtual String^ GetSubLangIdFromLCID(
	unsigned int dwLCID
)

Parameters

dwLCID
Type: System::UInt32

Required. The language locale ID. See Locale ID (LCID) Chart for a list of language locale IDs.

Return Value

Type: System::String^

A string containing the sub language.

Return to top
Show: