Changeset 899
- Timestamp:
- 10/17/05 07:40:26 (3 years ago)
- Files:
-
- django/branches/i18n/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/i18n/docs/settings.txt
r898 r899 356 356 ------------- 357 357 358 Default: ``'en-us'`` 359 360 A string representing the language code for this installation. 358 Default: ``'en'`` 359 360 A string representing the language code for this installation. This should 361 be in locale format, that's 'en_US' for us-english. If you want to send 362 out the language in your HTML code, use the LANGUAGE_CODE attribute of the 363 request, instead, as the chosen language will depend on the browsers settings. 361 364 362 365 MANAGERS
