Change interface language of Google webmaster

To change your Google webmaster interface language you need to set your browser language to whatever language is you need. Of course not the browser interface language, but the Accept-Language header browser sends. So, for example, this HTTP request to Google webmaster will return a Swedish version GET /webmasters/ HTTP/1.1 Host : www.google.com Accept-Language : sv,lv;q=0.8,lv;q=0.6,lv;q=0.4,en;q=0.2 But this is going to return an English one GET /webmasters/ HTTP/1.1 Host : www.google.com Accept-Language : en,lv;q=0.8,lv;q=0.6,lv;q=0.4,en;q=0.2 Where to configure browser headers differs from browser to browser, but for chrome it is under Options->Change font and language settings. I’m not sure that showing interface language based on headers is the best solution. I think much better would be if there was an option where to switch a language, just like it is for gmail.com .