I am using TortoiseSVN on Windows 10 and want to use the English (default) spell-checker in TortoiseSVN. Instead, it uses a German language checker that I neither installed nor want. It is exactly the opposite from this question.
Note, that I have changed my Windows locale to EN-US, because the TortoiseSVN manual says that the following strategy applies to TortoiseSVN:
- If no project language is set, or that language is not installed, try the language corresponding to the Windows locale.
here are my Windows language settings. I even specified that my Location to be in the US (which I'm not), but still it does not work.
Any ideas?
I used the following workaround with a custom dictionary. Go to the TortoiseSVN installation folder
and open the file
en_GB.dic
in a text editor.Copy the whole content into the custom dictionary file located under
Finally, replace the word suffixes with RegEx. Search for
^(.*)/.*$
and replace with$1
.