IVCWizCtlUI.GetSubLangIdFromLCID Method
Gets a string containing the language identified as the sub language from its language locale ID.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetSubLangIdFromLCID ( _
dwLCID As UInteger _
) As String
string GetSubLangIdFromLCID(
uint dwLCID
)
String^ GetSubLangIdFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetSubLangIdFromLCID :
dwLCID:uint32 -> string
function GetSubLangIdFromLCID(
dwLCID : uint
) : String
Parameters
dwLCID
Type: UInt32Required. The language locale ID.
Return Value
Type: String
A string containing the sub language.
Remarks
For more information see Language Support Functions [Automation].
.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.