Google Search – Change Preferred Language by Host Without Changing Config

google-searchlocalization

For example, sometimes I want to search by a Japanese keyword and get Japanese results (Japanese websites). To do this, I go to https://www.google.co.jp and search. However, it always returns English results.

Going to .co.jp means I want to seach Japanese sites; why doesn’t Google follow this simple rule?

If I change the language in config to Japanese, I have to change it back later, which is inconvenient.

Any idea?

Best Answer

You can probably get around it by bookmarking the language-redirect param, hl. This means appending to the URL:

  • If there are no other params: ?hl=languageCode
  • If there are other params: ?otherParam=foo&hl=languageCode

For example:

If you would prefer not to click on a bookmark, you can force it to redirect every time you visit the homepage on that domain with a userscript. But that is more complicated and fragile.