Several documents of our web site, are available in different languages (mostly Italian and English).
This document (available in Italian as well) explains how to set the preferred language in your browser.
To set the default language in your browser you have to set a variable that gets passed to the web server. How this is done depends on the browser you are using.
*httpAcceptLanguage: [preferred_language string]to the Netscape app-defaults file or ~/.Xresources
Edit -> Preferences -> Navigator -> LanguagesMake sure you select the language from the choices. A number of people reported problems because they typed in the language by hand.
Edit -> Preferences -> Navigator -> Languages
(setq url-mime-language-string "preferred_language=it; q=1.0, en; q=0.5")or using the custom package (assuming URL version p4.0pre.14):
Hypermedia -> URL -> Mime -> Mime Language String...
View -> Internet Options -> General/Languages
Tools (or Extras) -> Internet Options -> Languages
Edit -> Preferences -> Browser -> Fonts,Languages
Options (o) -> Other Behavior -> Accept-Language
Not all documents of our web site may be available into your preferred language, it is a good idea to set your preferred language variable to allow English or Italian as a backups. For example, if you are a native French speaker using lynx, you would want the following line in your .lynxrc
preferred_language=it; q=1.0, en; q=0.5This tells the server that you would like the Italian version of the document if available, otherwise use the English one.
For more information about setting the preferred_language variable see the Apache documentation on content negotiation.