Related questions
Issue trying to change language from Django template
I need to include two buttons or links to allow users change language between English and Spanish. I've read the docs and tried this:
<form action="/i18n/setlang/" method="post">{% csrf_token %}
<input name="language" type="…
Internationalisation Django (on OSX)
I'm trying to get gettext to work in Django on my OSX Leopard
django_manage.py makemessages -l nl
Importing Django settings module settings
processing language nl
Error: errors happened while running xgettext on __init__.py
/bin/sh: xgettext: command …