VCWizCtlClass.GetPrimaryLangIdFromLCID Method
Gets the default language from the language locale ID.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaración
Public Overridable Function GetPrimaryLangIdFromLCID ( _
dwLCID As UInteger _
) As String
public virtual string GetPrimaryLangIdFromLCID(
uint dwLCID
)
public:
virtual String^ GetPrimaryLangIdFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetPrimaryLangIdFromLCID :
dwLCID:uint32 -> string
override GetPrimaryLangIdFromLCID :
dwLCID:uint32 -> string
public function GetPrimaryLangIdFromLCID(
dwLCID : uint
) : String
Parameters
- dwLCID
Type: System.UInt32
Required. The language locale ID for the default language. See Locale ID (LCID) Chart for a list of language locale IDs.
Return Value
Type: System.String
String containing the name of the default language.
Implements
IVCWizCtlUI.GetPrimaryLangIdFromLCID(UInt32)
.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.