Expand Minimize
This topic has not yet been rated - Rate this topic

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)
public static bool IsRightToLeft(
	SPWeb web,
	uint lcid
)

Parameters

web
Type: Microsoft.SharePoint.SPWeb
An SPWeb object that that represents the Web-site.
lcid
Type: System.UInt32
Specifies the LCID for the language.

Return value

Type: System.Boolean
true if the language is a right-to-left language; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.