SPLanguageSettings.GetGlobalInstalledLanguages 方法
获取与给定版本的 SharePoint 兼容的已安装语言的列表。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetGlobalInstalledLanguages ( _
compatibilityLevel As Integer _
) As SPLanguageCollection
用法
Dim compatibilityLevel As Integer
Dim returnValue As SPLanguageCollection
returnValue = SPLanguageSettings.GetGlobalInstalledLanguages(compatibilityLevel)
public static SPLanguageCollection GetGlobalInstalledLanguages(
int compatibilityLevel
)
参数
compatibilityLevel
类型:System.Int32查询已安装的语言的主要 SharePoint 版本的值。
返回值
类型:Microsoft.SharePoint.SPLanguageCollection
已安装语言的集合。