Freigeben über


SPUtility.IsRightToLeft-Methode

Bestimmt, ob die Gebietsschema-ID (LCID) angegebene Sprache eine rechts-nach-links-Sprache ist.

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
)

Parameter

Rückgabewert

Typ: System.Boolean
true Wenn die Sprache eine rechts-nach-links-Sprache ist; andernfalls false.

Siehe auch

Referenz

SPUtility Klasse

SPUtility-Member

Microsoft.SharePoint.Utilities-Namespace