django.utils.translation.get_language() returns default locale if translation is not activated. Is there a way to find out whether the translation is activated (via translation.activate()) or not?
django.utils.translation.get_language() returns default locale if translation is not activated. Is there a way to
Share
Horribly hacky, but should work in at least 1.1.1: