From: jake%bugzilla.org <>
Date: Fri, 4 Apr 2008 11:47:20 +0000 (+0000)
Subject: Bug 215051 - Document the language auto-chooser.
X-Git-Tag: bugzilla-3.1.3~136
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529a67313e472eb6705c9b76286b7552bab21c74;p=thirdparty%2Fbugzilla.git
Bug 215051 - Document the language auto-chooser.
---
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml
index a570016389..4f279c9beb 100644
--- a/docs/en/xml/administration.xml
+++ b/docs/en/xml/administration.xml
@@ -1047,9 +1047,10 @@ skip-networking
Templatization also makes localized versions of Bugzilla possible,
- for the first time. In the future, a Bugzilla installation may
- have templates installed for multiple localizations, and select
- which ones to use based on the user's browser language setting.
+ for the first time. As of version 2.18, it's possible to have Bugzilla's language determined by
+ the user's browser. More information is available in
+ .
@@ -1321,6 +1322,29 @@ skip-networking
+
+
+ Configuring Bugzilla to Detect the User's Language
+
+ Begining in version 2.18, it's now possible to have the users web browser tell Bugzilla
+ which language templates to use for each visitor (using the HTTP_ACCEPT
+ header). For this to work, Bugzilla needs to have the correct language
+ templates installed for the version of Bugzilla you are using. Many
+ language templates can be obtained from . Instructions
+ for submitting new languages are also available from that location.
+
+
+ After untarring the localizations (or creating your own) in the
+ [Bugzilla_Root]/template directory,
+ you must update the parameter to contain any
+ localizations you'd like to permit. You may also wish to set the
+ parameter to something other than
+ en if you don't want Engish to be the default language.
+
+
+