ISpellChecker.CanAddToDictionary(CultureInfo) Method
Determines whether words of the specified language can be added to the dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| culture | CultureInfo | A CultureInfo object that specifies the language of the required dictionary. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the words can be added to the dictionary; otherwise, false. |
See Also