德语 Visual Studio 2008 / ASP.NET 中的英语错误消息
这可能是一个有点奇怪的问题,但我会尝试一下:
帮助,我的 Visual Studio 2008 / ASP.NET 给了我德语错误消息。 除了翻译往往不如原文这一事实之外,我无法在互联网上搜索这些内容并找到我的问题的相关答案。
那么:如何将德语 Visual Studio 2008 标准版切换为英语本地版?
更新 - 只是为了澄清:
我是一名德国开发人员,使用德国 Windows Vista...我也有德语版本的 Visual Studio,所以一切都是德语也就不足为奇了。 只是不想那样......但是必须有一种方法可以将英语本地语言安装到我的 Visual Studio 中吗? 或者卸载德语的,以便使用默认英语?!?
(顺便说一句:SQL Server Management Studio 也是如此。F**k“Sichten”。我想要“Views”。这就是你真正称呼它们的方式。没有人说“Sichten”,甚至在德国也没有,甚至没有人说“Sichten”。虽然翻译是正确的)。
This might be a bit weird question, but I'll give it a shot:
HELP, my Visual Studio 2008 / ASP.NET is giving me GERMAN error messages. Besides the fact that translations tend to be not as good as the original text, I can't search for those and find relevant answers to my problems on the internet.
So: How do I switch my German Visual Studio 2008 Standard Edition to English locals?
Update - Just to make it clear:
I am a German developer, working with a German Windows Vista... I also have a German version of Visual Studio, so it is not surprising, that everything is German. Is just don't want it that way... There must be a way to install english locals into my Visual Studio, though? Or uninstall german ones, so that default english is used?!?
(BTW: Same thing for SQL Server Management Studio, too. F**k "Sichten". I want "Views". That's how you really call them. No one says "Sichten", not even here in Germany, and not even though it is translated correctly).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
进入控制面板-> 软件。
.NET 有语言包(每个版本都有)。
卸载它们。
Go to the Control Panel -> Software.
There are language packs for .NET (for each version one).
Uninstall them.
您必须通过 Web.Config 将用户界面语言(UI 语言)切换为 en-US。 这将确保它们是英文的。
You have to switch the user interface language (UI Language) to en-US via Web.Config. This will make sure they are in English.
检查您的系统范围语言首选项 - WinXP 控制面板中的“区域和语言选项”。 我发现在使用 VS 时,我的键盘会从英国模式变为美国模式,甚至法语,因为 VS 使用 SHIFT + ALT + F10 按键来显示一些上下文菜单,Windows 也使用它作为更改系统语言的按键。
更新:
检查您的系统范围的语言首选项。 如果需要,请安装语言包,但我在 MS 下载中心找不到任何语言包。 否则安装英文版本。 我即将下载 VS 2008 C# Express,我可以选择英语、中文、法语、德语等。
Check your system-wide language preferences - 'Regional and Language Options' in WinXP Control Panel. I have found when using VS that my keyboard would go from UK to US mode or even French because the SHIFT + ALT + F10 keystroke is used by VS for showing some context menus and it is also used by Windows as the keystroke for changing system language.
UPDATE:
Check your system-wide language preferences. If necessary install a language pack, though I can't find any on MS Download Center. Otherwise install an English language verison. I am about to download VS 2008 C# Express and I have the option of English, Chinese, French, German, etc.