I have already changed the followings in the settings.py of my project:

LANGUAGE_CODE = "zh_TW"

LANGUAGES = (
    ('zh_TW', _('Chinese')),
    ('en', _('English')),
)

USE_I18N = True

But I didn't see the dropdown list in the admin page. Is there anything I 
missed?

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to