danielnaber / oxygen-languagetool-plugin

LanguageTool plugin for the Oxygen XML editor
GNU Lesser General Public License v2.1
8 stars 4 forks source link

Plugin Preferences -> Choose spell check language #3

Closed raducoravu closed 9 years ago

raducoravu commented 10 years ago

In the plugin's preferences page we should have a combo box in which users would select the language used for spell checking. We could query the server using:

https://languagetool.org:8081/Languages

but also have a list of default values if the server cannot be contacted.

danielnaber commented 9 years ago

I think we should consider lang and xml:lang, just as the built-in spell checker does.

danielnaber commented 9 years ago

We now use lang and xml:lang if available, otherwise we fall back to the default language configured for the spell checker.