-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Select language to check #28
Comments
You mean to check with multiple languages in a file? 🤔 I haven't use language-tool for a while, so I don't know if that is possible. |
I mean being able to use LanguageTool french checker in a buffer when I'm writing in French. And being able to use LanguageTool English checker in another buffer when I'm writing in English. |
No, unfortunately, there is no default way to do this. You will have to set it yourself, (setq-local flycheck-languagetool-language "en-US") in France buffer, (setq-local flycheck-languagetool-language "fr-FR") |
Thank you, Could the following functionality be added as an enhancement request? To be able to have multiple LanguageTool checkers options when in |
You mean the interface to select language before starting the checker? |
I mean, the ability to choose between FR, EN or else, here: https://paste.pics/MJ2L7 |
Of course, I will find some time to implement this! :D |
Awesome, thank you! |
Here is my config (which works fine):
How could I add
(setq flycheck-languagetool-language "en-US")
?The text was updated successfully, but these errors were encountered: