M HYPE SPLASH
// general

How can I switch the language in which websites are displayed in Chrome browser?

By Abigail Rogers

I would like all websites that I visit in my Chrome browser to be displayed in English.

This example of Sunrise Calendar in the Chrome Webstore, for instance, is being displayed in German.

How can I set that all websites by default use English?

enter image description here

Figure 1: Example website that is shown in German instead of English

0

4 Answers

I would like all websites that I visit in my Chrome browser to be displayed in English.

Note:

  • Not all websites provide an English language version.

When your browser pulls a document from the Web, it sends a request to the server where the information is stored. This is known as an HTTP request. With the request, the browser sends information about its language preference settings.

The HTTP request carries this language preference information in the Accept-Language header. If the server is set up to return alternate versions of a page or resource in more than one language, and the language you prefer is available, it will go through a process known as HTTP content negotiation to find content in the language(s) indicated in the HTTP request. If there is only one version of a page on the server, that version will be retrieved. If none of the languages you request are available, the server should be set up to return a default language choice.

...

Chrome.

  1. Open the browser settings.

    enter image description here

  2. Click "Show advanced settings..."

  3. In the advanced section scroll down to find "Languages".

    enter image description here

  4. Click "Language and Input Settings"

    enter image description here

  5. Click "Add" and select the language or language+region choice you want from the list available.

  6. Order the resulting list (drag and drop) so that it is in descending order of preference.

    enter image description here

  7. You don't need to restart Chrome.

Notes:

  • If you choose a language+region combination, Chrome will set that option followed by just the vanilla language. For example, if you choose French (Canada), Chrome will add that followed by French in your on-screen preference list.

  • If you then add French (Switzerland), it will add that choice to the bottom of your list and you will need to manually move the French (Switzerland) choice before the vanilla French choice in the dialog box.

  • You can't create custom language tags.

Source Setting language preferences in a browser

Open the settings menu from the grill in the top-right corner.

Click Show advanced settings... at the bottom of the page.

Under the Languages header, click the Language and input settigns... button.

Add languages and drag to order them based on your preference.

Changing the language settings in Chrome settings did not work for me. It was the headers that remained in German even if the main result was in English I went into my Account settings and the language said that it was in English but there was a noted that flagged up that some applications were not in English (or words to that effect) and gave an option to change all applications to English which I did and it worked. I had also reset to original state (it took a while to run) in Settings, Advanced settings, and that worked for a while then it reverted (why I do not know)

Here is a tip for those who (like me) experience this problem and try to fix it using similar advice found all over the Internet. Yes, these suggestions should work, but most times they won't because the core problem when the Chrome browser misbehaves like this is the old cookies from the website, saved on your computer. Even before taking the above actions (which, by the way, are somewhat useless because Chrome should already have them since when you installed it), just go to Settings, find "Cookies and other site data", scroll down to "All cookies and site data" and search for the respective domain/website and delete all cookies.

2