Skip to main content
A newer version of this page is available. .

ASPxSpellChecker.GetCulture() Method

Gets the culture setting of the spellchecker.

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v19.2.dll

Declaration

public virtual CultureInfo GetCulture()

Returns

Type Description
CultureInfo

A CultureInfo object, containing information about specific culture.

Remarks

If the ASPxSpellChecker.Culture property value is null, the GetCulture method returns InvariantCulture.

See Also