Added the missing LANGUAGES bit to settings.py and it works!

Added:
    <a href="/i18n/setlang/?language=en-uk">English</a>
    <a href="/i18n/setlang/?language=nl">Nederlands</a>
to the template.

Method in views.py is:
def customer_welcome(request):
    return render_to_response('customer_welcome.html',
'request':request, 'user':request.user})

And i18n sorts it all out!

Thank you so much for your help :-)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to