Django localeurl: Changing language and language prefix in the rendered url in a view

Posted by jul on Stack Overflow See other posts from Stack Overflow or by jul
Published on 2010-04-13T18:54:01Z Indexed on 2010/05/15 5:04 UTC
Read the original article Hit count: 204

Filed under:
|

hi,

I'm doing some IP localization and need to set the language in a view. Using translation.activate changes the language, but the rendered page still have the default language prefix in its URL. Is there any way to also change the rendered URL?

thanks

jul

© Stack Overflow or respective owner

Related posts about django

Related posts about localization