What are the steps to install the Spelling Check and other language supports for LibreOffice. For example spanish, french, italian, etc..
What are the steps to install the Spelling Check and other language supports for LibreOffice. For example spanish, french, italian, etc..
This is apparently managed at the system level. Go to the Language Support menu in the System Settings menu and add the languages you want to support. After that restart LibreOffice and you will see that the spellchecker for example will give you the option of using the newly installed languages.
The command:
sudo apt-get install aspell-<language pack>
will do the trickFor example, the spanish dictionary is:
sudo apt-get install aspell-es
The command:sudo apt-get install aspell-<language pack>
will do the trickFor example, the spanish dictionary is:
sudo apt-get install aspell-es
In Kubuntu the package is called
myspell-es
If you can't install system packages, you can install a spell checking dictionary extension manually. You'll need to restart LibreOffice.
US English Dictionary available here: extensions.libreoffice.org.
Instructions for installing extensions:
Instructions stolen from libreoffice.org
To install Spanish spellchecker on Libre-Office, You need the next package:
For Ubuntu 12.04 and German (Austria), installing the hunspell package solved my problem:
Remember to restart LibreOffice Writer after installing the package!
Only hunspell is needed
If only an additional spell check dictionary is needed, without files for an additional user interface (UI) language, then open a command line terminal and type:
where
xx
is the ISO 639-1 two-letter language code.On some occasions, the language code needs to be supplemented with either a ISO 3166-1 alpha-2 country code as in
hunspell-en-gb
andhunspell-de-ch
or a three or more letter abbreviation for specialist dictionaries as inhunspell-en-med
for English medical terms.All available
hunspell
dictionaries are listed using the command:Restart LibreOffice to make any new dictionary available for spell checking.
sudo apt-get --install-suggests install libreoffice-l10n-fr
This will install:
hunspell hunspell-fr-comprehensive hyphen-fr libreoffice-help-fr libreoffice-l10n-fr mythes-fr
It was supposed to install
libreoffice-grammarcheck-fr
but for some reason the package is not available on my install of linuxmintThere is also a very popular extension supporting up to 20 languages which may also detect not only typos but some grammar mistakes and "false-friends". The extension is called LanguageTool.
You need to apply changes system wide in-order to reflect it in LibreOffice, Go to System Settings, Select your language preferences to get the language pack not just for LibreOffice but for your system.
Ensure that the document language is correct, e.g. "English (USA)" and not
{en}
On LibreOffice Write 7.1.4, I received a .docx document for which spellcheck wasn't working, even though everything worked fine when I created a new document from scratch.
The solution was to go:
Before doing this, I could see that the selected language was a bogus
{en}
under "For All Text". After I selected "English (USA)",{en}
disappeared as a choice completely, and spellchecking started working.So this indicates that
{en}
was some bogus value that was not properly imported by LibreOffice. This is likely a bug, I'll report it if I ever manage to produce a minimal .docx example from word that I can share.