Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the language based on the specified language locale ID.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetLangFromLCID ( _
dwLCID As UInteger _
) As String
string GetLangFromLCID(
uint dwLCID
)
String^ GetLangFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetLangFromLCID :
dwLCID:uint32 -> string
function GetLangFromLCID(
dwLCID : uint
) : String
Parameters
dwLCID
Type: System.UInt32Required. 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 name.
Remarks
1033 would return 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.