共用方式為


SPRegionalSettings.IsRightToLeftLocale method

會傳回 Boolean 值,指出的地區設定識別碼是否代表從右至左的語言。

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

Syntax

'宣告
Public Shared Function IsRightToLeftLocale ( _
    LocaleId As Integer _
) As Boolean
'用途
Dim LocaleId As Integer
Dim returnValue As Boolean

returnValue = SPRegionalSettings.IsRightToLeftLocale(LocaleId)
public static bool IsRightToLeftLocale(
    int LocaleId
)

參數

  • LocaleId
    Type: System.Int32

    32 位元整數,指定地區設定識別碼。

傳回值

Type: System.Boolean
true的地區設定識別碼代表從右至左的語言 ; 如果否則,請false。

請參閱

參照

SPRegionalSettings class

SPRegionalSettings members

Microsoft.SharePoint namespace