Spell checking

Equo Chromium supports inline spell checking for user input in web views. Misspelled words are underlined with a red squiggly line. When you right-click a misspelled word, a context menu appears with suggestions and an option to add the word to your dictionary.

By default, spell checking is enabled and uses the English dictionary.

Change the spell check language

To use a different dictionary, set the following system property with the desired language code:

-Dchromium.args=--lang=es
Language Code

Spanish

es

French

fr

German

de

Italian

it

Portuguese

pt

Disable spell checking

To completely disable spell checking, use this argument:

-Dchromium.args=--disable-spell-checking