Click or drag to resize

ISpellCheckerLanguages Property

Gets the list of the languages used for spell checking.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
ILanguages Languages { get; }

Property Value

Type: ILanguages
The list of the languages used for spell checking.
Exceptions
ExceptionCondition
ObjectDisposedException The ISpellChecker has already been disposed.
Remarks

On Linux and Windows the dictionaries for spell checking are downloaded programmatically and stored in the user data directory.

On macOS returns the languages for spell checking configured in the system settings.

See Also