确定所指定的区域设置标识符 (LCID) 语言是否从右到左语言。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function IsRightToLeft ( _
web As SPWeb, _
lcid As UInteger _
) As Boolean
用法
Dim web As SPWeb
Dim lcid As UInteger
Dim returnValue As Boolean
returnValue = SPUtility.IsRightToLeft(web, _
lcid)
public static bool IsRightToLeft(
SPWeb web,
uint lcid
)
参数
web
类型:Microsoft.SharePoint.SPWeb一个表示该网站的SPWeb对象。
lcid
类型:System.UInt32指定语言的 LCID。
返回值
类型:System.Boolean
true如果语言是从右到左语言 ;否则为false。