Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I set the language for the Android developer website? [closed]

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?

like image 308
stevehs17 Avatar asked Aug 15 '15 22:08

stevehs17


People also ask

How do I enable developer options?

To enable Developer Options, open the Settings screen, scroll down to the bottom, and tap About phone or About tablet. Scroll down to the bottom of the About screen and find the Build number. Tap the Build number field seven times to enable Developer Options.

How do I enable developer options on Samsung?

On Android 4.2 and higher, you must enable this screen. To enable developer options, tap the Build Number option 7 times. You can find this option in one of the following locations, depending on your Android version: Android 9 (API level 28) and higher: Settings > About Phone > Build Number.


1 Answers

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

like image 54
Onyx Avatar answered Oct 10 '22 01:10

Onyx