Freigeben über


IVCWizCtlUI.GetPrimaryLangIdFromLCID-Methode

Ruft die Standardsprache aus der Sprachgebietsschema-ID ab.

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

Syntax

'Declaration
Function GetPrimaryLangIdFromLCID ( _
    dwLCID As UInteger _
) As String
string GetPrimaryLangIdFromLCID(
    uint dwLCID
)
String^ GetPrimaryLangIdFromLCID(
    [InAttribute] unsigned int dwLCID
)
abstract GetPrimaryLangIdFromLCID : 
        dwLCID:uint32 -> string
function GetPrimaryLangIdFromLCID(
    dwLCID : uint
) : String

Parameter

  • dwLCID
    Typ: UInt32

    Erforderlich. Die Sprachgebietsschema-ID für die Standardsprache.

Rückgabewert

Typ: String
Eine Zeichenfolge mit dem Namen der Standardsprache.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVCWizCtlUI Schnittstelle

Microsoft.VisualStudio.VsWizard-Namespace