IVCWizCtlUI::GetLangAbbrevFromLCID Method (UInt32)

 

Gets the language abbreviation specified by the language locale ID.

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

String^ GetLangAbbrevFromLCID(
	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^

String containing the language abbreviation.

1033 would return enu for English.

Return to top
Show: