summaryrefslogtreecommitdiff
path: root/docs/settings.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-06 22:22:02 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-06 22:22:02 +0000
commite19c9ccfcbd5b240c170df4b39a04af118d26e52 (patch)
tree8c9f830c1ab6312d5f808ef7c71dd5254ab1c556 /docs/settings.txt
parentb14a50bb35baae5cb058190bd1b5c38eef74ad82 (diff)
Reworded docstrings and settings documentation from [1068]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
-rw-r--r--docs/settings.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/settings.txt b/docs/settings.txt
index 1d65d44c88..e5dd32f4c1 100644
--- a/docs/settings.txt
+++ b/docs/settings.txt
@@ -355,12 +355,13 @@ See http://www.thaiopensource.com/relaxng/jing.html .
LANGUAGE_CODE
-------------
-Default: ``'en'``
+Default: ``'en-us'``
-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.
+A string representing the language code for this installation. This should be
+in standard language format. For example, U.S. English is ``"en-us"``. See the
+`internationalization docs`_.
+
+.. _internationalization docs: http://www.djangoproject.com/documentation/i18n/
MANAGERS
--------