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)
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.