简体   繁体   English

intellij rider c# 英文文档

[英]intellij rider c# documentation english language

I just started with .net and Intellij Rider.我刚开始使用 .net 和 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.我需要在我的工作笔记本电脑上安装 windows 的西班牙语版本,但我更喜欢使用纯英语编写与代码相关的所有内容。

Right now .net documentation is in Spanish which frustrating me a lot, but I cant find a way to force english language in settings.现在 .net 文档是西班牙语的,这让我很沮丧,但我找不到在设置中强制使用英语的方法。 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?有人可以帮我将文档语言更改为英语吗?

add a property at PreferredUILang at Settings > Build, Execution, Deployment > Toolset and Build>MSBuild global properties.在 PreferredUILang 的设置 > 构建、执行、部署 > 工具集和构建 > MSBuild 全局属性中添加一个属性。

Add the PreferredUILang property with value en-US添加值为 en-US 的 PreferredUILang 属性

I resolved my issue by removing ES language pack in VS installer window. Now Rider showing me english documentation as spanish is not installed.我通过删除 VS 安装程序 window 中的 ES 语言包解决了我的问题。现在 Rider 向我显示英语文档,因为未安装西班牙语。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Rider 重定向到在线 MSDN 文档——我可以获得 C# 的离线评论吗? - Rider redirects to online MSDN documentation -- can I get offline comments for C#? 除英语外的C#WritePrivateProfileString()值 - C# WritePrivateProfileString() value other than English language C# - 当应用程序使用其他语言时,以英语获取异常消息? - C# - Getting Exception messages in English when the application is in another language? 如何在C#中获取英语中所有4个字母单词的列表 - How to get the list of all 4 letter words in the English language in C# C#中如何以指定语言(英文)显示MSSQL异常信息? - How to display MSSQL exception messages in a specified language (English) in C#? 在C#中使用英语以外的默认UI语言是否可以? - Is it ok to use a default UI language other than English in C#? 在C#中将键盘语言从英语更改为其他语言时,如何以编程方式比较零 - How to compare number zero programmatically when the keyboard language is changed from english to other language in C# C#在英语中普遍存在吗? - Is C# in English universally? 英语到PigLatin c# - English to PigLatin c# 在 C# Rider 中添加对 PresentationFramework 的引用 - Add a reference in C# Rider to PresentationFramework
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM