I am reading the Django localization documentation:http://docs.djangoproject.com/en/dev/topics/i18n/localization/
Of course, where the user is from determines what "message file" to use.
How do I determine where the user is from and what to use? Does it do it automatically?