IVCWizCtlUI.GetLangAbbrevFromLCID Method
Gets the language abbreviation specified by the language locale ID.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetLangAbbrevFromLCID ( _
dwLCID As UInteger _
) As String
string GetLangAbbrevFromLCID(
uint dwLCID
)
String^ GetLangAbbrevFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetLangAbbrevFromLCID :
dwLCID:uint32 -> string
function GetLangAbbrevFromLCID(
dwLCID : uint
) : String
Parameters
dwLCID
Type: UInt32Required. The language locale ID. See Locale ID (LCID) Chart for a list of language locale IDs.
Return Value
Type: String
String containing the language abbreviation.
Remarks
1033 would return enu for English.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.