0

I'm using Ubuntu 14.04 and I would like to know how I can add another spell check.

My default language is English and I would like to have spell check also for Italian. Any suggestion?

I'm referring to the spell check in the OS (i.e., the one presents in Firefox Browser).

rebatoma
  • 103

1 Answers1

2

This depends on the applications you want spellchecking for. For libreoffice install aspell-it and myspell-it with

sudo apt-get update
sudo apt-get install aspell-it myspell-it

Myspell is for mozilla Firefox and Thunderbird.

Bruni
  • 11,099