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
)
參數
lcid
Type: System.UInt32地區設定識別碼。
傳回值
Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
SPSolutionLanguagePack 物件。