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

Solution 1:

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:

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).