i18n won't work with my Django application

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!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct