[Django]-Force language code in django

3👍

If all you want to do is run Django with your native language, and a language file is available for it, all you need to do is set LANGUAGE_CODE.

https://docs.djangoproject.com/en/dev/ref/settings/#language-code

Leave a comment