SPRegionalSettings.IsEastAsia Property
Gets a Boolean value that indicates whether the Web site locale is an East Asian locale.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property IsEastAsia As Boolean
Get
'Usage
Dim instance As SPRegionalSettings
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.