SPRegionalSettings.IsRightToLeft Property
Gets a Boolean value that indicates whether the Web site locale uses a right-to-left language.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property IsRightToLeft As Boolean
Get
'Usage
Dim instance As SPRegionalSettings
Dim value As Boolean
value = instance.IsRightToLeft
public bool IsRightToLeft { get; }
Property Value
Type: System.Boolean
true if the Web site locale uses a right-to-left language; otherwise, false.