Chrome thinks my website is in Norwegian [closed] - google-chrome

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Improve this question
It happened after I updated my Chrome from version 27 to 28/29. Chrome thinks my website is in Norwegian, but no, I don't understand Norwegian, my computer system setting is in English. In fact, I tested the web app on multiple computers, Chrome does the same thing to it.
The project that we are working on is a .NET MVC web app. It is rather big. I tried to traced back in SVN but failed to pin point where this issue appears. I searched around google, saw people had similar issues but they don't seem to have an answer, neither.
Anyone here happened to know the cause of this problem? Please help?

Check the http header, you should have this:
Content-Language: en
Check the html tag, you should have this:
<html lang="en">

Related

Chrome opening every webpage inside iframe [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I don't know what is happening with my PC and my Google Chrome browser. It is opening every webpage inside a iframe. I dont know why. I have tried resetting all the chrome settings and I even have tried deleting all the data ( deleted all folders related to chrome ) and re installing chrome over 10 times and still the same problem. It is really giving me pain.
You can clearly see that I am on the startup page of chrome and its showing me view frame source and reload frame. I searched it on google found 0 solutions or even 0 topics about this kind of issues. So I am really begging for a solution here..
There is no actual frame, it's just an UI issue. There is a Chrome bug report about it here: https://bugs.chromium.org/p/chromium/issues/detail?id=1085040
Let's hope it will be resolved in an upcoming update.

Problem with my PDF reader on google chrome [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I have a problem with my PDF reader on google chrome. When I open a PDF file, then it appear and fail few second after. I made a video to illustrate. Any one already had this problem ? Could it be mac computor ? I've got a MacBook pro from 2011. But on safari it works well, so it should be a problem with Chrome (and it's very recent in the sense that I have this problem since 2 weeks).
It's a known Chrome bug described at https://bugs.chromium.org/p/chromium/issues/detail?id=870404.
You can add a star to that issue to be notified of the fix.

Square boxes appearing on websites in Google Chrome [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 6 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Improve this question
These square boxes have been appearing on the websites that I've worked before.
They show up in the middle of the text randomly.
All the sites are in Wordpress but have different themes and different hosts.
But it only shows in Google Chrome. My Chrome version is 56.0.2924.87.
Does someone know what is going on or how to prevent this?
Is there something that it isnt displaying that is being replaced by the square? In that case it could be that the particular font isnt able to display that character.

Searching gmail at google.com - strange things happen [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I've been looking this days to the code (using google chrome and its Inspect element feature) of several pages in order to see what they are doing (javascript, css, html, etc...) and I've seen something strange when searching for gmail at www.google.es (It's the same with www.google.com)
Just go to the link or search it yourselves and you'll see:
What is that line doing there? I already tried cleaning my monitor but it's not that ;)
I tried to look at the code in order to see if I could understand what is going on but I can't see anything strange:
Any ideas?
It is actually a single unicode character ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ which has an unicode entities of \u0e0f\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e\u0e4e
Basically the diacritical mark (commonly used for accented letter) was added to the letter 26 times.
It has nothing to do with google itself, that character was in the meta tag of one of the sites it crawled and thus shown in the search result.
The link Alex posted, provides detailed explanation on this.

Google Chrome Search Bar Text Upside Down [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I don't know really how to ask this as a question because I'm not sure what is going on: in my Google Chrome browser the search bar's text is upside down when I try to type in it or click on it, everything else on the page is the proper way and when I click off the search bar the text goes back to normal. Is there something that I may have done to have this happen? It just started today and it is really really annoying. The only inference I have seen about this happening to someone else was on here: http://www.reddit.com/r/chrome/comments/336245/ and although several people claimed to have a similar problem that started occuring this week no one has been able to solve it
Go into your Chrome Settings > Advanced Settings > un-check Use hardware acceleration when available.
Not sure why but it fixed my issue. ¯_(ツ)_/¯