Spell Checking

Equo Chromium supports inline spell checking in web views. Misspelled words are underlined with a red squiggly line. Right-clicking a misspelled word opens a context menu with suggestions and an option to add the word to your dictionary.

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

Changing the spell checking 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

Disabling spell checking

To disable spell checking entirely, use the following system property:

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