What does internationalization (i18n) support in Django allow developers to do?
Store user sessions in multiple languages
Convert all URLs to Unicode only
Automatically detect user location from IP
Translate text and format numbers/dates for different locales and languages
This question is part of this quiz :
Python | Django | Application Level Features