Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 11601

Python Django: make strftime return german language, not english

$
0
0

In my Django project, I'm using strftime, specifically %b to get the abbreviated month name. Those names are returned in english. My settings contain the following:

LANGUAGE_CODE = 'de' # also tried 'de_DE'USE_I18N = TrueUSE_TZ = True

Why does strftime still return english language?


Viewing all articles
Browse latest Browse all 11601

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>