Property Languages
- Namespace
- DotNetBrowser.SpellCheck
- Assembly
- DotNetBrowser.dll
Languages
Gets the list of the languages used for spell checking.
ILanguages Languages { get; }
Property Value
- ILanguages
The list of the languages used for spell checking.
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.
Exceptions
- ObjectDisposedException
The ISpellChecker has already been disposed.