[ESW Wiki] Update of "geoFaq1" by RichardIshida

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "ESW Wiki" for change notification.

The following page has been changed by RichardIshida:
http://esw.w3.org/topic/geoFaq1


The comment on the change is:
Ok to add comments now.  More to do, but later...

------------------------------------------------------------------------------
  
  As companies and organizations launch an increasing number of localized Web sites, user-friendly global navigation grows in importance. 
  
- The term "global gateway" is frequently used to refer to the visual and technical devices that Web sites employ to direct visitors to their content. One of the more popular devices is a pull-down menu on the home page using the select element that includes links to localized versions of the content (eg. translations or alternative country sites).  Such pull-down menus are not restricted to use on the home page, but may also be seen as a space-effective way of allowing users to switch between language or regional localized sites on a page by page basis.
+ The term "global gateway" is frequently used to refer to the visual and technical devices that Web sites employ to direct visitors to their content. One of the more popular devices is a pull-down menu on the home 
  
- The localized content pointed to may be an alternative country site, a translated version of a site or page, etc.
+ page using the select element that includes links to localized versions of the content (eg. translated or alternative country sites).  Such selection lists are not restricted to use on the home page, but may also be 
  
- In this article we look at some of the pros and cons of using pull-downs in this way, and best practises if you think this approach is right for you.  Note that this article is specifically focused on the use of pull-downs for global navigation.  There are numerous other aspects to global navigation that will be described in other future articles.
+ seen as a space-effective way of allowing users to switch between translations or regionally localized sites on a page by page basis.
  
+ The localized content pointed to may be an alternative country site, a translated version of a site or page, etc.  In this article we look specifically at some of the pros and cons of using selection lists, and best 
+ 
+ practises if you think this approach is right for you.  There are numerous other aspects to global navigation that will be described in other articles.
+ 
+ (Note that these recommendations do not apply to selection lists that are part of a form. For example, if you are filling in a form and selecting your country of residence or language from a list the selection list should 
+ 
+ be all in the language of the current page.)
  
  == Answer ==
- 
- === Pros and cons ===
- 
- Pull-downs can be very attractive where space is at a premium.  However, the pull-down menu is not always the best solution for global navigation and you need to decide whether it is the best solution for your Web site.  The following points may help.
- 
- If your site supports only a handful of localizations, it is probably better to avoid using a pull-down menu altogether and simply include links directly on the page. This gives you more flexibility to use graphics to represent non-Latin text, avoids the difficulty of finding a suitable non-linguistic label for the list, and allows users to recognize the presence of and link to a page much more quickly.
- 
- If your content is available for more than 20 locales, a pull-down menu is not very usable for those Web users who must scroll to the end of the list. In this case you may consider linking to a dedicated global gateway page at the home page level.  If linking between localized versions of specific pages, this may not be a practical solution.
- 
- 
  
  === Best practises ===
  
  If you do decide to use a pull-down menu, here are some best practices to keep in mind.
  
- '''Location.''' Locate the pull-down menu at or near the top of the page. This location is highly visible, increasing the likelihood that the visitor will see it. Scanning studies for pages in left-to-right scripts show that positioning to the top right increases visibility.  Furthermore, an increasing number of Web sites have located their global gateways in this location, conditioning Web users to come to expect it here.
+ '''Location.''' Locate the pull-down menu at or near the top of the page. This location is highly visible, increasing the likelihood that the visitor will see it. Scanning studies for pages in left-to-right scripts show that 
  
- '''Labelling.''' Come up with a graphic design to serve as a label for the pull-down menu. You cannot expect Web users who are not fluent in English to understand "Select language". Universally recognized icons communicate to people regardless of what language they speak. In an ideal world there would be a widely recognized symbol for this. That time is still not here, though.  Examples of possible graphics would include globes, iconic facial profiles with lines to indicate speech, alphabetic characters from multiple scripts (especially for links to translations), etc.
+ positioning to the top right increases visibility.  Furthermore, an increasing number of Web sites have located their global gateways in this location, conditioning Web users to come to expect it here.
  
- Improve this: The language of the alt text for such a graphic doesn't have a great deal of importance. People reliant on screen readers would be able to traverse the pull-down text to find the right link.''
+ '''Labelling.''' Come up with a graphic design to serve as a label for the pull-down menu. You cannot expect Web users who are not fluent in English to understand "Select language". Universally recognized icons 
  
+ communicate to people regardless of what language they speak. In an ideal world there would be a widely recognized symbol for this. That time is still not here, though globe icons seem to be becoming more popular. 
+ 
+  Examples of possible graphics would include globes, iconic facial profiles with lines to indicate speech, alphabetic characters from multiple scripts (especially for links to translations), etc.
+ 
+ The alt text for such a graphic doesn't have a great deal of importance. You may think that it needs to be in all languages, or no particular language, for accessibility, but in reality people reliant on screen readers 
+ 
+ would be able to traverse the pull-down text to find the right link.
+ 
- '''Translate options.''' Translate the menu options into the target language. Instead of including a link to a translation on the pull-down menu that reads, for example, "French" the link should read "Français."; and instead of a link to a country site like "Germany" the link should read "Deutschland".
+ '''Translate options.''' Translate the menu options into the target language. Instead of including a link on the pull-down menu to a translation that reads, for example, "French" the link should read "français"; and instead 
+ 
+ of a link to an alternative country site like "Germany" the link should read "Deutschland".
+ 
+ Pay attention to capitalisation rules in other languages. Note how the correct translation of "French" is "français" with a lowercase 'f'.
  
  To display a mix of non-Latin languages, such as Arabic, Russian and Japanese, you will need a way to represent all the required characters. 
  
- '''Encoding''' You need to think about the encoding of your page. Preferably you would use UTF-8 (Unicode) encoding for your page, since this encoding supports all the characters you will need. If you cannot use UTF-8, then you should use [http://www.w3.org/International/tutorials/tutorial-char-enc/en/all.html#Slide0420 escapes] to represent characters that are not supported by the encoding of your page.
+ '''Encoding''' Preferably you would use UTF-8 (Unicode) as the encoding for your page, since this encoding supports all the characters you will need. If you cannot use UTF-8, then you should use 
  
- '''Fonts''' You must also think about fonts to display this range of scripts.  Be aware that a Web user in France, for example, may see empty boxes in place of the Japanese text while the user in Japan will see the text just fine. This is because the fonts available on the French user's system may not contain Japanese glyphs. One could argue that this is not too important, since French users don't need to be able to read the Japanese.  On the other hand, you may feel that empty boxes are unsightly.
+ [http://www.w3.org/International/tutorials/tutorial-char-enc/en/all.html#Slide0420 escapes] to represent characters that are not supported by the encoding of your page.
  
- Herein lies one of the difficulties of dealing with pull-downs.  You do not have the option of using graphics within the list to represent non-ASCII text. An alternative you sometimes see is to embed non-Latin text within graphics located outside of the pull-down menu.
+ '''Fonts''' You must also think about fonts to display this range of scripts.  Be aware that a Web user in France, for example, may see empty boxes in place of the Japanese text while the user in Japan will see the 
+ 
+ text just fine. This is because the fonts available on the French user's system may not contain Japanese glyphs. One could argue that this is not too important, since French users don't need to be able to read the 
+ 
+ Japanese.  On the other hand, you may feel that empty boxes are unsightly.
+ 
+ If you feel that empty boxes are unsightly you may be tempted to use text in graphics for non-Latin options. Unfortunately, it is not possible to include graphics in the selection list itself, but some sites add such 
+ 
+ graphics outside the pull-down menu.  
  
  ''Add an example''
  
+ Be warned, however, that addressing non-Latin text this way may still not solve the problem.  Certain accented Latin characters may produce the same effect for some users.
+ 
+ 
  [[RI How does one assign fonts?  Do you need a universal font for the whole select list, or can you assign fonts on an option by option basis?]]
  
- '''Descriptions''' In some cases you may want to consider adding the names of the languages or countries in your list in the language of the current page, in addition to the native script and language.  Using parentheses is useful because it shows that this is a clarification. It may help users understand why there are empty boxes if they see ?? (Japan).  Note that this list should really be translated for every page where it appears - it is not good to leave it in English, since it may give the wrong message.
+ '''Descriptions''' In some cases you may want to consider following a names of a language or country in native script/language with the name in the language of the current page. 
  
- '''Ordering''' There is also the question of how to order a list of language or country names.  There is no simple answer to this. It is not an issue that is specific to pull-downs, however use of maps for selection rather than lists of text may avoid the problem.
+ For example:  français (French)
  
- ****
+ Using parentheses is useful because it shows more clearly that this is a clarification. 
  
+ This approach is not always necessary or desirable. On the other hand users may feel more comfortable with missing font glyphs if they see ??? (Japan).  
+ 
+ Note, also, that names in the language of the current page should really be translated for every page where they appear - if you leave them in English it may give the wrong message.
+ 
+ '''Ordering''' There is also the question of how to order a mutilingual list of language or country names.  It is not an issue that is specific to selection lists, and there is no simple answer to this. 
+ 
+ however use of maps for selection rather than lists of text may avoid the problem.
+ 
+ 
+ === Pros and cons ===
+ 
+ Pull-downs can appear very attractive where space is at a premium.  However, the pull-down menu is not always the best solution for global navigation and you need to decide whether it is the best solution for your 
+ 
+ Web site.  The following points may help.
+ 
+ The key disadvantages of using select for links to localized pages or sites are:
+  - users may not have fonts for all the option text, and graphics cannot be used instead of text
+  - it is hard to find a label for the list that is not language-specific
+  - users cannot see or access the links straight away
+ 
+ If your site supports only a handful of localizations, it is probably better to avoid using a pull-down menu altogether and simply include links directly on the page. This gives you more flexibility to use graphics to 
+ 
+ represent foreign text, avoids the difficulty of finding a suitable non-linguistic label for the list, and allows users to recognize the presence of and link to a page much more quickly.
+ 
+ If your content is available for more than 20 locales, selection list is less usable for those Web users who must scroll to the end of the list. In this case you may consider linking to a dedicated global gateway page at 
+ 
+ the home page level.  If linking between localized versions of specific pages, this may not be a practical solution.
+ 
+ 
+ == By the way ==
+ 
+ You should not consider automatic content negotiation to be a replacement for providing links on a page.  It always makes sense to provide in page links for occasions when things don't work out as expected.
+ 
+ This article is specifically focused on the use of the select element.  Some designers may prefer to use JavaScript to simulate pull-down lists.  This can help in that you are not limited to text - you can use 
+ 
+ text in graphics to avoid font issues.  There are, of course, other potential problems associated with the use of JavaScript.
+ 
+ 
+ 
+ 
+ 
+ = Comments relevant to other FAQs =
+ 
- '''RI: I think we should break out some of the tutorial material about escapes into a couple of FAQs: [1] What is an NCR/entity/escape? [2] When should I use escapes? Any offers? (Hint: it's almost a cut & paste job ;))
+ '''RI: I think we should break out some of the tutorial material about escapes into a couple of FAQs: [1] What is an NCR/entity/escape? [2] When should I use escapes? Any offers? (Hint: it's almost a cut & paste job 
+ 
+ ;))
  
  [FTF 4mar] Agreed RI to do this.'''
  
- ****
- 
- [[AP    ?? (Japan)    <---- instead of 日本 
- 
-     USA
- 
-     France
- 
-     Deutschland (Germany)
- 
- Although RFC 3066 or ISO 3166 identifiers are sometimes used for this purpose, I would tend to caution against them because they are in many cases obscure to users.
- 
- [DC 9mar] How would RFC 3066 or ISO 3166 identifiers be used for this purpose? (out of curiosity)
- 
- [DC 9mar] Would question marks or empty boxes appear if Unicode and without appropriate font? If many options had 'no display' would a user consider it broken? Any user testing known on this?
- 
- MD: [AP says] "it sometimes makes sense". When/why?
- 
- MD: [AP cautions against RFC ids] Yes.
- 
- RI: I see the inclusion of labels in the language of the current page as a separate point in the list of best practises, if included. It might be worth discussing in what situations this is useful. I don't think it is necessary in all cases.]]
- ----
- == General points ==
- 
- 
- 
- '''AP: 12. Going back to my first point, the difference between language, site content, and geo-location is an important one to this FAQ. The interplay between these three choices is a fundamental site implementation choice and our FAQ should make that clear. The use of flags for language identifiers and the use of language names for country identifiers are both, in my opinion, a bad choice for this application. It has to be clear why this is the case, though, by spelling out that these are actually different applications and what the difference is.
- 
- RI: I think mention of flags is leading us out of the pulldown-specific FAQ and into more general aspects of navigation. I think, as said earlier, that it is best for this FAQ to abstract away from questions of whether we are dealing with languages or countries etc. There is definitely another FAQ to be written about country vs language vs locale, but that, as they say, is another story...'''
- 
- ===
- 
- '''[TT: 16 feb] 1) I agree pulldowns are not nice. So I wonder why we give so much attention to them instead of focusing more on alternatives.'''
- 
- ===
- 
- '''[TT: 16 feb] I would consider taking the comments that are not pulldown specific and making them general comments.
- For example, location, globe icon, utf-8, use of graphics etc. could be stated as considerations having nothing to do with pull-downs, but general techniques that may also be used for pull-downs.'''
- 
- = Comments relevant to other FAQs =
- 
  == Do you include links to localized sites on every page? ==
  
- [[DC  Re 'global gateway', are we seeing this as a sort of homepage? Given more and more deep linking, ie, linking into an information page within the site, should locale/language altenatives be offered on every page? Eg, I may send a product page to a friend who speaks English, but prefers French, would they have to return to a homepage to see if that page existed in their prefered language with their preferred locale information (especially given the English locale page may not permit purchase and delivery where they live). 
+ [[DC  Re 'global gateway', are we seeing this as a sort of homepage? Given more and more deep linking, ie, linking into an information page within the site, should locale/language altenatives be offered on every 
  
+ page? Eg, I may send a product page to a friend who speaks English, but prefers French, would they have to return to a homepage to see if that page existed in their prefered language with their preferred locale 
+ 
+ information (especially given the English locale page may not permit purchase and delivery where they live). 
+ 
- Suggestion: that locale/language alternatives are available on every page. Additionally, this would be a driver for using a drop-down, where the main focus of the page was information, rather than dedication to language/locale alternatives. However, there is a distinction between: 
+ Suggestion: that locale/language alternatives are available on every page. Additionally, this would be a driver for using a drop-down, where the main focus of the page was information, rather than dedication to 
+ 
+ language/locale alternatives. However, there is a distinction between: 
  - Sites that offer each and every page in each and every language, eg, where each and every product is available globally and the differences are language, currency, delivery, variation in product spec/branding, etc. 
- - Sites like BBC World Service and Boeing (SM?) where a different cut of information is offered according to language/locale, eg, with BBC WS each news page is not available in each language.]][http://www.couponmountain.co.uk/Dell_UK/index.html Dell]
+ - Sites like BBC World Service and Boeing (SM?) where a different cut of information is offered according to language/locale, eg, with BBC WS each news page is not available in each language.]]
  
- [[SM I certainly see 'global gateway' as home page only. I can't imagine a scenario with loc. alternatives on every page. The only time Boeing has non-home page link is on a very few news releases translated for some reason, where at top of page is text link like "en espanol"]]
+ [[SM I certainly see 'global gateway' as home page only. I can't imagine a scenario with loc. alternatives on every page. The only time Boeing has non-home page link is on a very few news releases translated for 
+ 
+ some reason, where at top of page is text link like "en espanol"]]
  
  == Can flags be used for language+region combinations, eg. fr-CA ==
  
- [[DC You don't always get a globe icon with the Philips site, sometimes a flag. I googled 'Philips', choose the first likely link and got http://www.philips.co.uk, which contained the drop down in the same position but with a UK flag. The globe icon seems to function to show that there are language/country alternatives, the flag icon seems to confirm where you are. How would that read if I end up on a particular language/country page and want to choose an alternative? Would that happen? Would I read the flag as one possibility of other  country/language alternatives? I'm uncertain about the use of flags, though I suppose it works as an indicator of locale AND language.  Also, I think content neg with geo ip is difficult where people live in countries where their language is not an official language of that country. My English-speaking mother has had problems with this in Portuguese-speaking Madeira, where she is sometimes offered a page she can't understand.]]
+ [[DC You don't always get a globe icon with the Philips site, sometimes a flag. I googled 'Philips', choose the first likely link and got http://www.philips.co.uk, which contained the drop down in the same position but 
+ 
+ with a UK flag. The globe icon seems to function to show that there are language/country alternatives, the flag icon seems to confirm where you are. How would that read if I end up on a particular language/country 
+ 
+ page and want to choose an alternative? Would that happen? Would I read the flag as one possibility of other  country/language alternatives? I'm uncertain about the use of flags, though I suppose it works as an 
+ 
+ indicator of locale AND language.  Also, I think content neg with geo ip is difficult where people live in countries where their language is not an official language of that country. My English-speaking mother has had 
+ 
+ problems with this in Portuguese-speaking Madeira, where she is sometimes offered a page she can't understand.]]
  
  [[RI Sometimes, but not always.  For examples, how to treat Swiss German, vs. Swiss French vs. Swiss Italian?  The problem here is that the language is a subdivision of country rather than the other way around.  
  
@@ -134, +174 @@

  
  Or what if you can't afford to localize into all the flavours of, say, English that would cover people in all the English speaking territories that come to your site?]]
  
+ 
+ == language vs country sites & use of flags ==
+ 
+ AP: 12. Going back to my first point, the difference between language, site content, and geo-location is an important one to this FAQ. The interplay between these three choices is a fundamental site implementation 
+ 
+ choice and our FAQ should make that clear. The use of flags for language identifiers and the use of language names for country identifiers are both, in my opinion, a bad choice for this application. It has to be clear 
+ 
+ why this is the case, though, by spelling out that these are actually different applications and what the difference is.
+ 
+ RI: I think mention of flags is leading us out of the pulldown-specific FAQ and into more general aspects of navigation. I think, as said earlier, that it is best for this FAQ to abstract away from questions of whether we 
+ 
+ are dealing with languages or countries etc. There is definitely another FAQ to be written about country vs language vs locale, but that, as they say, is another story...
+ 
+ == common concepts ==
+ 
+ [TT: 16 feb] I would consider taking the comments that are not pulldown specific and making them general comments.
+ For example, location, globe icon, utf-8, use of graphics etc. could be stated as considerations having nothing to do with pull-downs, but general techniques that may also be used for pull-downs.
+ 

Received on Tuesday, 26 April 2005 11:55:33 UTC