i am using i18n as the following way. In urls.py, i added (r'^i18n/', include('django.conf.urls.i18n')), and in my page, there're 2 buttons as http://localhost:8000/i18n/setlang/?language=zh-cn http://localhost:8000/i18n/setlang/?language=en
in my dev server (manage.py runserver), everything is OK. but when i use this in appache, no error report, just can't switch language. any hints will be appreciated. btw, before i added i18n codes, my django on apache runs well...in fact, now it's also running, but no effect when i click the setlang button. --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---