ISpellChecker.AddToDictionary(String, CultureInfo) Method
Add a word to a custom dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
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