https://bugs.documentfoundation.org/show_bug.cgi?id=148571

            Bug ID: 148571
           Summary: Spell check multiple language at the same time
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Linguistic
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
            Blocks: 146855

Right now one can only spell check text in different languages only by
selecting the text and setting the language. This is impractical for people
writing in one language and using some English terms for example. 

In emacs, loading multiple dictionaries can be done in just a few lines of the
configuration file:
'''(with-eval-after-load "ispell"
  (setq ispell-program-name "hunspell")
  (setq ispell-dictionary "el_GR,en_GB,es_ES")
  ;; ispell-set-spellchecker-params has to be called
  ;; before ispell-hunspell-add-multi-dic will work
  (ispell-set-spellchecker-params)
  (ispell-hunspell-add-multi-dic "el_GR,en_GB,es_ES"))
'''


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146855
[Bug 146855] UI: The ability to set spellchecking language on a per-cell basis
is difficult to discover
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to