spellCheckingLanguages property
final
Set the list of spell checking languages to use.
The locale string typically has the form lang_COUNTRY where lang is an
ISO-639 language code and COUNTRY is an ISO-3166 country code.
For example, "en_US", "es_ES", or "pt_BR".
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - webkit_web_context_set_spell_checking_languages)
Implementation
final List<String>? spellCheckingLanguages;