RegionalSettings.IsEastAsia property

Gets whether the Web site locale is an East Asian locale.

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

Syntax

'Declaration
Public ReadOnly Property IsEastAsia As Boolean
    Get
'Usage
Dim instance As RegionalSettings
Dim value As Boolean

value = instance.IsEastAsia
public bool IsEastAsia { get; }

Property value

Type: System.Boolean
true if the Web site locale is an East Asian locale, otherwise false.

See also

Reference

RegionalSettings class

RegionalSettings members

Microsoft.SharePoint.Client namespace