共用方式為


SPSolution.GetLanguagePack method

傳回語言套件中指定的地區設定識別碼的解決方案。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Function GetLanguagePack ( _
    lcid As UInteger _
) As SPSolutionLanguagePack
'用途
Dim instance As SPSolution
Dim lcid As UInteger
Dim returnValue As SPSolutionLanguagePack

returnValue = instance.GetLanguagePack(lcid)
public SPSolutionLanguagePack GetLanguagePack(
    uint lcid
)

參數

傳回值

Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
SPSolutionLanguagePack 物件。

請參閱

參照

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace