'intellij rider c# documentation english language

I just started with .net and Intellij Rider. I need to have spanish version of windows on my work laptop but I prefer to have everything related to code purely in english.

Right now .net documentation is in Spanish which frustrating me a lot, but I cant find a way to force english language in settings. Googling is also not very helpfull as those keywords together usually used in context of programming languages.

Quick documentation screenshot

Can somebody help me changing documentation language to english?



Solution 1:[1]

I resolved my issue by removing ES language pack in VS installer window. Now Rider showing me english documentation as spanish is not installed.

Solution 2:[2]

add a property at PreferredUILang at Settings > Build, Execution, Deployment > Toolset and Build>MSBuild global properties.

Add the PreferredUILang property with value en-US

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Freeze
Solution 2 Hgrbz