Emil:

> Except that on a couple of pages,
> the language seems to get stuck on the translated language after the
> first time I change languages.

This smells very much like a caching issue. Do you have any form of
caching enabled? If so, turn it off and see if the problem is
magically fixed.

You may need to cache at below-the-page level (ie. component level -
see the cache templatetag) or you may need to add one or more vary-on
variables so that you get different cache values for different
languages (or whatever).


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to