SPUtility.IsRightToLeft method

Determines if the language specified by the locale identifier (LCID) is a right-to-left language.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function IsRightToLeft ( _
    web As SPWeb, _
    lcid As UInteger _
) As Boolean
'Usage
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
)

Parameters

Return value

Type: System.Boolean
true if the language is a right-to-left language; otherwise, false.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace