IVCWizCtlUI::GetPrimaryLangIdFromLCID Method (UInt32)

 

Gets the default language from the language locale ID.

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

String^ GetPrimaryLangIdFromLCID(
	unsigned int dwLCID
)

Parameters

dwLCID
Type: System::UInt32

Required. The language locale ID for the default language.

Return Value

Type: System::String^

String containing the name of the default language.

Return to top
Show: