How do I set the language for the Android developer website?

AndroidDocumentation

Android Problem Overview


When I attempt to navigate to the Android developer website, I am redirected to a version of it much of which is in Chinese. For instance, if I try to navigate to:

developer.android.com

I am redirected to:

http://developer.android.com/intl/zh-cn/index.html

I want the English language site. In some cases, I've had to have web pages translated from Chinese. What am I doing wrong? How can I suppress this behavior?

Android Solutions


Solution 1 - Android

While CommonsWare's answer will work just fine because removing the cookie will reset the language back to the default (English), the proper way to change the language of the Android Developer site to English is use the language spinner at the bottom of the page. This will set your preference and should retain it (by saving off the preference to the cookie).

enter image description here

Solution 2 - Android

You can also just append “&hl=en” to the end of the URL and reload the page.

That will trigger a prompt asking you if you want to set the default language to English (or whatever you want).

Solution 3 - Android

For others who may have this problem, the Google search will often try to redirect you to your specific locale page.

I didn't notice that at first, since the process is very instinctive (type and click) and thought the site was constantly changing my language back to Portuguese. I solved it by changing my Google Search language setting to English once for all.

Solution 4 - Android

> What am I doing wrong?

Since I got the same effect in my browser after visiting that zh-cn URL once, you presumably clicked on a link to the Chinese edition somewhere along the line.

> How can I suppress this behavior?

Well, you can switch back to English by removing the cookies from the developer.android.com domain, at least in my quick test.

I am not aware of a way to prevent you from ever visiting the Chinese site.

Solution 5 - Android

In my case, I set up the spinner at the bottom to English, but still got the content in another language. I changed chrome language setting, then finally it changed to English.

  1. Go to setting on the upper right of chrome.
  2. Find language -> click language setting.
  3. Drag English to the top of the language list.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionstevehs17View Question on Stackoverflow
Solution 1 - AndroidOnyxView Answer on Stackoverflow
Solution 2 - AndroidcodingjeremyView Answer on Stackoverflow
Solution 3 - AndroidDielson SalesView Answer on Stackoverflow
Solution 4 - AndroidCommonsWareView Answer on Stackoverflow
Solution 5 - Androidys dView Answer on Stackoverflow