Property All
- Namespace
- DotNetBrowser.SpellCheck
- Assembly
- DotNetBrowser.dll
All
Gets the list of all the languages currently used for spell checking.
IReadOnlyList<Language> All { get; }
Property Value
- IReadOnlyList<Language>
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.