My Windows is localized German, but I use the English language pack for Visual Studio and code and documentation is written English first (i.e. we only use German for domain terms without a good English translation).
The spellchecker does not accept English words and suggests German words as corrections; and, of course, does not complain about words that happen to be valid in both languages.
Here it tells me, I need to put spelling_languages = en-us
in my .editorconfig
to get what I want, but for some reason, it does not work. I added an .editorconfig
for this purpose.
The .editorconfig
is in the same folder as the solution (.sln) file and the C# project (.csproj) file. Its content is the assignment above.
What am I missing?