Hi,
 
I'm new to django, I try to set up a site that can select language 
automatically.
So, I set as below:
 
LANGUAGE_CODE = 'en'
 
TIME_ZONE = 'UTC'
 
USE_I18N = True
 
USE_L10N = False
 
USE_TZ = False
 
For now, It can select language automatically, But, The question is:
 
I don't want to it select language in Django Admin Interface, I want to it 
always display in English.
 
So, How to?
 
Thanks
Paul Z
                                          
                                                                                
                                                                                
                                                                                
                  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/SNT148-W84822A7742338E8AAA9EF0D5A60%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to