How can I get the current language in Django?

Functions of particular interest are django.utils.translation.get_language() which returns the language used in the current thread. See documentation.

Leave a Comment