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.26.2
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

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