diff options
| author | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-17 12:40:26 +0000 |
|---|---|---|
| committer | Georg Bauer <gb@hugo.westfalen.de> | 2005-10-17 12:40:26 +0000 |
| commit | 6233af6633f17990ccbd0f2d2cee34faf3f359c6 (patch) | |
| tree | 3b7311ce5f50d5f64f967a96bc8c35d26d2acce1 /docs | |
| parent | e8fc1fc97c156035df3e027b1461a1ccad8e96c9 (diff) | |
i18n: modified settings.txt to reflect LANGUAGE_CODE behaviour
git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 5a2cf46827..ce971318f0 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -355,9 +355,12 @@ See http://www.thaiopensource.com/relaxng/jing.html . LANGUAGE_CODE ------------- -Default: ``'en-us'`` +Default: ``'en'`` -A string representing the language code for this installation. +A string representing the language code for this installation. This should +be in locale format, that's 'en_US' for us-english. If you want to send +out the language in your HTML code, use the LANGUAGE_CODE attribute of the +request, instead, as the chosen language will depend on the browsers settings. MANAGERS -------- |
