Django localeurl: Changing language and language prefix in the rendered url in a view
- by jul
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