Django

Code

Changeset 899

Show
Ignore:
Timestamp:
10/17/05 07:40:26 (3 years ago)
Author:
hugo
Message:

i18n: modified settings.txt to reflect LANGUAGE_CODE behaviour

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/i18n/docs/settings.txt

    r898 r899  
    356356------------- 
    357357 
    358 Default: ``'en-us'`` 
    359  
    360 A string representing the language code for this installation. 
     358Default: ``'en'`` 
     359 
     360A string representing the language code for this installation. This should 
     361be in locale format, that's 'en_US' for us-english. If you want to send 
     362out the language in your HTML code, use the LANGUAGE_CODE attribute of the 
     363request, instead, as the chosen language will depend on the browsers settings. 
    361364 
    362365MANAGERS