How to set MSDN to be always in English

筅森魡賤 提交于 2019-12-20 09:25:44

问题


I know that this isn't exactly programming question, but it is tightly related -

How the hell do I set MSDN to display everything in English? I'm Czech, and every KB or documentation article it automatically translates it to Czech with their translator, which result just in gibberish, and switching it to English requires couple of searching and clicks.


回答1:


Very legitimate question, I think.

You need to modify the url like explained here. In your case change cz-cz to en-us.

Or better, let it do a browser plugin like Redirector for firefox:




回答2:


I wrote a simple dedicated browser extension for this. Unlike the Redirector plugin, no configuration is required.

It's called "FFS MSDN in English" and is available for:

  • Chrome
  • Firefox
  • Opera

It simply redirects any localised MSDN (or docs.microsoft) page to the english (en-us) version.

The rather trivial sources can be found at https://github.com/AirLancer/ffs_msdn_in_english




回答3:


You can select your default language from bottom left of the page.

Edit

New docs site has an easier option to view in English. However, the setting is not permanent.




回答4:


I've fixed it by installing a redirector plugin for chrome: http://bendavis78.github.io/chrome-extension-redirector/




回答5:


I don't know the browser you're using but most browsers send info about the client to the server (incl. preferred language). So one option might be to set the default language to english (as done here for Firefox).



来源:https://stackoverflow.com/questions/5274463/how-to-set-msdn-to-be-always-in-english

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!