SPUtility.IsEastAsia method
SharePoint 2013
Determines whether the specified Locale ID (LCID) for the specified website is for an East Asia language.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- web
- Type: Microsoft.SharePoint.SPWeb
The website.
- lcid
- Type: System.UInt32
The locale identifier, or LCID.
Return value
Type: System.Booleantrue if the LCID for the website is for an East Asia language; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | web is null. |