Changeset 955
- Timestamp:
- 10/19/05 09:53:07 (3 years ago)
- Files:
-
- django/branches/i18n/docs/translation.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/i18n/docs/translation.txt
r934 r955 166 166 This would jump to the same page you came from and pass the django_language 167 167 variable. This is used in discovery of languages, as described in the next 168 chapter. 168 chapter. Of course this can only work if your rendering context contains 169 the LANGUAGE_CODE and LANGUAGES variables. If you use DjangoContext as 170 your rendering context, they are automatically defined. If you use the 171 simpler Context class, you need to pass them along from request.LANGUAGE_CODE 172 and settings.LANGUAGES themselve. 169 173 170 174 How the Language is Discovered
