well, the locale directory should be in up-level of project
directory....sorry for disturbing. ;)
On 2月5日, 下午2时05分, "pength" <[EMAIL PROTECTED]> wrote:
> 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
> ashttp://localhost:8000/i18n/setlang/?language=zh-cnhttp://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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---