spellCheckingLanguages property

List<String>? spellCheckingLanguages
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:

Implementation

final List<String>? spellCheckingLanguages;