How are you creating the url for the links? Are you using the {% url
%} tag and reverse() functions? It should work, we have sites with
localeurl and django-multilingual running fine in production.Nuno On Sat, May 8, 2010 at 12:34 PM, Alessandro Ronchi <[email protected]> wrote: > I need to have links with language code prefix, and different contents. > > I've achieved that with both localeurl and django-multilingual, and I can > get the tranlated version if i choice the correct url: > for example http://mydomain.com/it/c/auto-intere/1/ and > http://mydomain.com/pl/c/auto-intere/1/ > > but if I open http://mydomain.com/pl/c/auto-intere/1/ > all the next link will redirect back to /it/ > > So, I need to fix the user choice and set it to the user request language. > > Is it possible? > How? > > -- > Alessandro Ronchi > > http://www.soasi.com > SOASI - Sviluppo Software e Sistemi Open Source > > Hobby & Giochi, l'e-commerce del divertimento > http://hobbygiochi.com > http://www.facebook.com/hobbygiochi > > -- > 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. > -- 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.

