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

ISpellChecker.AddToDictionary(String, CultureInfo) Method

Add a word to a custom dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

void AddToDictionary(
    string word,
    CultureInfo culture
)

Parameters

Name Type Description
word String

A word to add.

culture CultureInfo

A CultureInfo object used to select a dictionary for the specified word.

See Also