Back to Devexpress

ASPxSpellChecker.Culture Property

aspnet-devexpress-dot-web-dot-aspxspellchecker-dot-aspxspellchecker-43135fb5.md

latest1.8 KB
Original Source

ASPxSpellChecker.Culture Property

Gets or sets the culture-specific settings of the spellchecker.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public CultureInfo Culture { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Culture As CultureInfo

Property Value

TypeDefaultDescription
CultureInfonull

A CultureInfo object that specifies culture settings (language and phonetic specifics).

|

Remarks

Specify this property to force the spellchecker to use the dictionary with the same culture setting (WebDictionary.Culture).

If the culture setting is changed before the text is checked completely, the remaining part of the text is checked according to new culture specifics.

See Also

Encoding

EncodingName

ASPxSpellChecker Class

ASPxSpellChecker Members

DevExpress.Web.ASPxSpellChecker Namespace