Thursday, January 28, 2016

mobile - Changing the language of a website


While travelling abroad, I often get pages on websites that are normally in English for me (e.g. images.google.com) served instead in whatever the local language is. The problem is that I can't read a word of them. There may then be settings to change it back to English, but seeing as I can't read the language, I am not able to. Google image search is an example.


enter image description here


One obvious way to deal with this is to show a list of languages written how they would be in that language (e.g. English and not Engels), which is what Wikipedia does. But this takes up a lot of screen real estate, so is not really an option on many sites.



enter image description here


What is a more generally usable method for language selection on a website (think of mobile) where there are space constraints, and how can I clearly indicate this?



Answer



I think it should be dealt with like this:



  1. If there is setting in the user account, select this language; otherwise,

  2. If there is a cookie stored, select this language; otherwise,

  3. If it is possible to determine the system/browser language, select it; otherwise

  4. If it is possible to assign the IP address to an area, select this language, but ask for user confirmation and store the cookie.



Plus: Always allow the user to select another language, with some languages displayed on top.


First of all, language preference is something that is strictly related to the user. It is the user who does or does not speak the particular language.


Having this in mind, multilingual systems should determine the language based on the settings stored in user the account in the first place.


Secondly, the user should stay with the same language in which he used the site previously, so that it does not change all the time when travelling abroad. Thus, a cookie should be the second level of language selection.


Should it not be possible to use the above (no user accounts, no previously stored cookies, etc.), the language still needs to be automatically determined somehow. Most probably, the language of the system/browser of the user is the one he/she understands. Hence, this should be the third one.


And finally, if there is no possibility to check the language of the system, the IP address can be used. Most users who access a site from an area speak the language commonly used in this area.


But there should still be access to select other languages, and I think that some should be preferred, and thus displayed at the top of the list — especially English, Spanish, Chinese, Japanese, and the one determined by system and IP address.


Regarding language selector, there is a nice redesigned version of country selector, described at Smashing Magazine. It’s quite old now, but I like it as it allows the designer to save space. However, it is harder to manifest it is a language selector, as users got used to lists, methinks. At the same time, maybe there should be just a list of some of the most common languages, and then this little treasure.


Here is a nice article about selecting language with some alternatives to the list. I think the map is a nice option as well, although there are countries with more than one language, aren’t there? In these cases I think the user should choose it from a shortlist for these countries.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...