mirror of
https://github.com/django/django.git
synced 2025-07-04 01:39:20 +00:00
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
This commit is contained in:
parent
e8fc1fc97c
commit
6233af6633
@ -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
|
||||
--------
|
||||
|
Loading…
x
Reference in New Issue
Block a user