Skip to main content

ASPxSpellChecker.GetCulture() Method

Gets the culture setting of the spellchecker.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

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