Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.IsEastAsia method

Determines whether the specified Locale ID (LCID) for the specified website is for an East Asia language.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static bool IsEastAsia(
	SPWeb web,
	uint lcid
)

Parameters

web
Type: Microsoft.SharePoint.SPWeb
The website.
lcid
Type: System.UInt32
The locale identifier, or LCID.

Return value

Type: System.Boolean
true if the LCID for the website is for an East Asia language; otherwise, false.
ExceptionCondition
ArgumentNullException

web is null.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.