I’m moving my language-in-url engine from transurlvania to i18nurls (a patch accepted to future version of django) but I’m missing something similar to transurlvania’s awsome {% this_page_in_lang 'cs' %} to implement generic language switching link.
I can’t figure out how to achieve this using only django.
From reading https://docs.djangoproject.com/en/dev/topics/i18n/translation/#std:templatetag-language, I guess an answer to this question should be: