Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a way to turn off the automatic text translation at the MSDN library pages ?

I do prefer English text but due to having a German IP address Microsoft activates the automatic translation on every new page load which gives me a yellow box with a German translation of the text I am currently hovering over with the mouse.

This happens regardless what language is initially set in the right upper corner and regardless of whether I am logged in or not.

I can't tell how annoying this is !!

Any ideas, anyone ?

share|improve this question
This. Question. Does. Not. Relate. To. Programming. – vzwick Jun 13 '12 at 23:26
3  
It. Does. Relate. To Programming. Because. It. Appears. On. A. Programming. Page. – marc wellman Jun 14 '12 at 11:20
We feel the best Stack Overflow questions have a bit of source code in them, but if your question generally covers a specific programming problem, a software algorithm, software tools commonly used by programmers, practical, answerable problems that are unique to the programming profession … then you’re in the right place to ask your question! -- stackoverflow.com/faq#questions -- MSDN being crappy does not fall under any of the categories mentioned above. – vzwick Jun 14 '12 at 12:07
1  
for me online documentation which is essential for me to do programming falls under the category mentioned above: "... software tools commonly used by programmers ...". But I don't want to argue with you, you stated your point and I stated mine. I am fine with that. – marc wellman Jun 14 '12 at 13:55
4  
Clearly msdn is a software tools commonly used by programmers, I don't even see why it shouldn't fall into that category. Your question saved my day as well, those popups per paragraph are really annoying, if I want the page in french or whatever langage, I'm a big boy I can find it. – Etienne Oct 3 '12 at 2:30
show 1 more comment

closed as off topic by Kev Jun 15 '12 at 0:08

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 9 down vote accepted

When you hit the "Original" radio button at the top, you see English, with German in the yellow hover box. If you visit the original English site, you don't see a translation, not even on hover. You switch to English by replacing /de-de/ in the URL with /en-us/. As in

German (translation or original with translation on hover):

http://msdn.microsoft.com/de-de/library/system.diagnostics.contracts.contractargumentvalidatorattribute(v=vs.110).aspx

English only (no translation):

http://msdn.microsoft.com/en-us/library/system.diagnostics.contracts.contractargumentvalidatorattribute(v=vs.110).aspx

share|improve this answer
Thank you very much Chris for your comment :) – marc wellman Jun 14 '12 at 11:22

Not the answer you're looking for? Browse other questions tagged or ask your own question.