Set language code inside a view in django
- by origon
Im wonder how to set the language code inside a view (in django).
Im sending a HttpResponse that contains a python-date.strftime("%A") %A = The day (ex: Monday). But I want to get the day in swedish instead of english.