Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the default language from the language locale ID.
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
Parameters
dwLCID
Type: UInt32Required. The language locale ID for the default language.
Return Value
Type: String
String containing the name of the default language.
.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.