SPSolution.GetLanguagePack 方法
返回在指定的区域设置标识符的解决方案语言包。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
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
类型:System.UInt32区域设置标识符。
返回值
类型:Microsoft.SharePoint.Administration.SPSolutionLanguagePack
一个SPSolutionLanguagePack的对象。