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)
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.