i18n won't work with my Django application
Linode
Linode Staff
I deploy my django application with apache2 and mod-wsgi,
but i18n not work. What do I need to do to fix this?
1 Reply
Hey there,
Would you be able to tell us if you're seeing any error messages as you're trying to set this up? If so, what are they?
Normally to set u i18n for translation purposes, you'll need to move through a series of different steps regarding your configuration. I would recommend reviewing your current configuration, performing an audit, and cross referencing this data with some documentation describing known good configurations. I can recommend trying some of the following guides, both through Django and some third parties:
Guide 1 (Django)
Guide 2
Guide 3
I hope that helps!