ASPxSpellChecker.GetCulture() Method
In This Article
Gets the culture setting of the spellchecker.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual CultureInfo GetCulture()
#Returns
Type | Description |
---|---|
Culture |
A Culture |
#Remarks
If the ASPxSpellChecker.Culture property value is null, the GetCulture method returns InvariantCulture.
See Also