language property

String language
final

A language code like en-US, de-DE, fr, or auto to guess the language automatically.

For languages with variants (English, German, Portuguese) spell checking will only be activated when you specify the variant, e.g. en-GB instead of just en.

Implementation

final String language;