See: - lang/settings.py [LANGUAGES] - lang/views.py - tempates/index.html - locale/*/*.po * add lang="" to the in base.html * To add a language python manage.py makemessages -l fr python manage.py compilemessages * Add a new string in the template. python manage.py makemessages -a python manage.py compilemessages