Ask HN: Do people care about flags when selecting a site language?
I'm working on a site that supports multiple languages, and we are using a flag icon to indicate the current language. The language selection dropdown will have both the flag and the name of the language.
I would love to get your opinions on the following questions, as well as any relative experiences you can share.
1. Is a US citizen likely to be annoyed if the icon for English is the British flag? (assuming we don't support both US and UK English languages)
2. Should both US English and UK English be supported?
3. Would a Taiwanese person be annoyed if the Flag for Chinese Traditional was China's flag?
4. Would it be better to not have flags? If so, what is a good way to indicate that the language can be changed?
5. Would a non-english speaking user recognize a dropdown list control with the word 'English' on it and realize that this how the language can be changed?
29 comments
[ 7.7 ms ] story [ 171 ms ] threadThe language issues are less of a problem, they're minor spelling issues such as 'colour' vs 'color'. I never had any complaints about those.
Australians and Canadians have long ago dropped most of their English spelling details, Americans don't care too much from what I can see. Some very purist English folks have sent an email or two (one about 'gray' vs 'grey', go figure...) but for the most part it is just whatever works.
There is a lot of tolerance for this in end users, they understand that you have to make choices.
Here was an interesting thread on this not that long ago:
http://news.ycombinator.com/item?id=741093
Agreed on the governmental stuff, that's where the big differences are, but then again, those have to be bi-lingual anyway.
You don't need to explicitly indicate what language the page is in, because the text on the page is in that language. What you do need to do is indicate --- without words --- that the drop down box is for selecting a different language.
You don't see flags on the site, but in the language package you download, there are flags. I can't remember if we used to display the flags on the site - it's been redesigned since I left.
1. US citizens are not annoyed by the UK flag. As someone else pointed out, if someone in the US sees a British flag they will probably think the site is not for them. I don't think it works the other way around since the USA dominates international media.
2. We supported US and UK English. The UK people loved this and it was one of the first translations we received.
3. Certain mainland Chinese people are annoyed by Taiwan's existence. Aside from technical errors and categorizations that were simply wrong, the only complaints I received were from mainland Chinese people trying to get me to remove the Taiwanese language pack.
4. Flags look cool but cause some problems with languages that are spoken in different countries, or single countries with many languages. Do you really need Swiss French and France French? Do you need an Indian flag for every language spoken in India?
I actually did have different language packs for the same language in different countries. 22 different kinds of Arabic, etc. However, this was a lot of extra work I made for myself and if I were to do it over again I would not use flags or tie the languages to countries.
As a brit I can back that up. There's no malice in the feeling but a common consensus here is that our English is very different from the US version (coff the first coff :D) so it's nice to see it recognised and supported.
Same with Butter.
There are some major differences that aren't obvious - us brits tend to be more flexible with mangling of the pronunciation (because everyone here does), but in the US they like it their way or the highway, so to speak.
Personally I'd try and go for a dropdown list of language names in that language - probably choosing the default selection from the UA string or the accept-language; then keeping the language setting in a cookie.
It depends on how you want the site to be perceived. As an American, if I see the British flag next to an English language selection, I'm not offended, but I do feel like the site is targeted more toward European users.
I saw someone else mention that using flags is a common enough pattern that it's acceptable. While it may be true that it's a common pattern it's still one that's ignorant. Maintaining a website in multiple languages is very difficult so you don't want to shoot yourself in the foot by not properly leading users to their preferred language.
[edit]
There was a discussion last week about using IP geolocation for determining language that might be of some relevance: http://news.ycombinator.com/item?id=741093
dell,creative websites have a simple - "change your country". perhaps that would suit you?
I can give you the example of Arabic that is the national language across 22 countries. Which flag would you choose there?
The thing is flags come loaded with nationalistic sentiment. You will be dragging yourself into the middle of many political conflicts worldwide. Taiwan/China is one but you will also have Israel/Palestine, Kosovo/Albania and likely others. Users from one national tendency will quickly point out how their flag should be there.
Of course if you are only supporting a few languages this may not be a big issue.
http://www.flickr.com/photos/chrismear/3330007381/
I've discovered another interesting approach out there - show the user their own flag (via geoip) strictly as a icon indicating that the language can be changed. Next to that goes a menu with all the supported languages listed (in their native character sets). As far as I can tell this solves all the issues I know of:
1. The flag icon provides the user a hint that they can change language 2. Geo politics isn't involved 3. The list of options doesn't get stupidly large
Anyone see an issue with this approach?
EN English IT Italian AR Arabic
Of course you can separate them from the language name by a different font or background color.
"English", "Deutsch", "Português", etc.
Depending on how many languages you're supporting, you might just make it a short list of links up in the header, at least until one is selected.
Yes. Identity is the single biggest issue in Taiwanese politics. It would be very difficult to get any more offensive than showing a PRC flag for Taiwan. Don't even go there.
However, flags in general are associated with the idea of language.
To show that a dropdown means "choose a language" you could put a cluster of neutral, solid-colored flags, a different color for each flag. In the dropdown include the standard country code along with the language name rendered in its own language.
As for what language to start with, either: - "your" language, or the predominate language that the site is developed and operated in, or - geo-location, or - what makes sense to you.
But don't expect "foreign" speakers to speak the default language just because they happen to be reading your site from a particular country.
That said, I think most people these days can find the "choose a language" knob, so just try not be rude and you'll be OK.