Click or drag to resize

ILanguagesAll Property

Gets the list of all the languages currently used for spell checking.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntax
C#
IReadOnlyList<Language> All { get; }

Property Value

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

The dictionaries for spell checking are downloaded programmatically and stored in the user data directory.

See Also