I can forgive even 'regular sites' like Facebook, Outlook or YouTube. but increasingly even coding sites Github/Google Developers also do it. Why is it needed? Most devs I know of want to have menus/etc in English (as it helps searching or reading documentation).
Ask HN: Why do sites insist on local language?
1–10 of 18 posts
Re: Ask HN: Why do sites insist on local language?
#2The average user might not know so it's easier to default English is not the only language in the world.
Re: Ask HN: Why do sites insist on local language?
#3Since you're a dev you can adjust the settings to your needs. Change it to klingon if you want. The average user might not know so it's easier to default English is not the only language in the world.
Re: Ask HN: Why do sites insist on local language?
#4To me it seems easier to display the page in a language matching the accept-language header than to do a geoip lookup and guess what language they want. In some countries they speak multiple languages so it doesn't even make sense to do geoip.
Most of my friends don't speak English so defaulting to English isn't a good solution either.
Re: Ask HN: Why do sites insist on local language?
#5Re: Ask HN: Why do sites insist on local language?
#6Re: Ask HN: Why do sites insist on local language?
#7It would be different if there were a different accept-language set for user intentionally picked english vs default though. But approximately 3 people set the browser language settings ever; and nobody respects them so there's no incentive for anyone else to start, either.
Re: Ask HN: Why do sites insist on local language?
#8Re: Ask HN: Why do sites insist on local language?
#9In my experience, this is actually the norm these days.
Google used to insist on redirecting visitors to their local version, which got pretty annoying when traveling sometimes, but I haven't experienced that in a long time now.
Re: Ask HN: Why do sites insist on local language?
#10You can't use browser or OS settings are english as an indicator that people want english, because english is usually the default and a lot of people end up with english based computing without meaning to or without english literacy. It would be different if there were a different accept-language set for user intentionally picked english vs default though. But approximately 3 people set the browser language settings…