Skip to main content

ISpellChecker.CanAddToDictionary(CultureInfo) Method

Determines whether words of the specified language can be added to the dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool CanAddToDictionary(
    CultureInfo culture
)

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