Django internationalization language codes [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Where can I find list of languages and language_code like this. (Swedish,sv) (English,en) 回答1: Wiki: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes 回答2: If you want something you can use from within django, try: from django.conf import settings this will be in the format above, making it perfect for