SPUtility.IsRightToLeft method
Determina se o idioma especificado pelo identificador de localidade (LCID) é um idioma da direita para a esquerda.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function IsRightToLeft ( _
web As SPWeb, _
lcid As UInteger _
) As Boolean
'Uso
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
)
Parâmetros
web
Type: Microsoft.SharePoint.SPWebUm objeto de SPWeb que representa o site.
lcid
Type: System.UInt32Especifica o LCID do idioma.
Valor retornado
Type: System.Boolean
true se o idioma for um idioma da direita para a esquerda; Caso contrário, false.