Hi Patrick, Check if your settings.py conforms to: http://www.djangoproject.com/documentation/settings/#languages
The context processor that exposes LANGUAGES to the template's "context": http://code.djangoproject.com/browser/django/trunk/django/core/context_processors.py James Bennett's excellent writeup: http://www.b-list.org/weblog/2006/06/14/django-tips-template-context-processors "...Then we open up our settings file and add this (keep in mind that Django enables the auth, debug and i18n context processors by default, and editing the TEMPLATE_CONTEXT_PROCESSORS setting will override that, so if you want to keep those you'll need to add them back manually)..." Regards, gjiro --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---