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?
|
|
|||
|
|
|
Always inspect source code for such question, it's faster than posting to Web! Django does it's black magic behind the scene, and uses some kind of dispatcher to simulate disabled translations. The best way for you to do is:
|
||||
|
