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
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.
Comments
i have even weirder problem. every other google product is working fine..but google webmasters is behaving very stragely...it shown indonasian in the interface..i dont undertand anything in it to change it ..i am trying to access mywebsite site
my site
via this
is it taking it because it has "may" in it?
If you get solution please post here?