Re: My web page can not be Internationalized

2009-03-20 Thread Eric
There is the source code: //when you fill up all the form option and submit it , it will execute this if request.method == 'POST': lang_code=request.POST.get("language",request.LANGUAGE_CODE) if check_for_language(lang_code) and lang_code !=

Re: My web page can not be Internationalized

2009-03-18 Thread Malcolm Tredinnick
On Wed, 2009-03-18 at 21:37 -0500, Jacob Kaplan-Moss wrote: > On Wed, Mar 18, 2009 at 9:35 PM, Eric wrote: > > Can anyone help me ? Tks > > Malcolm tried. He wrote: > > > Constructing a very small example, with, say, a form containing only the > > dropdown box, that

Re: My web page can not be Internationalized

2009-03-18 Thread Jacob Kaplan-Moss
On Wed, Mar 18, 2009 at 9:35 PM, Eric wrote: > Can anyone help me ? Tks Malcolm tried. He wrote: > Constructing a very small example, with, say, a form containing only the > dropdown box, that demonstrates the problem you're seeing would be a > reasonable start. We can't

Re: My web page can not be Internationalized

2009-03-18 Thread Eric
Can anyone help me ? Tks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to

Re: My web page can not be Internationalized

2009-03-18 Thread Eric
Our website is : www.cubelive.cn . when you use English browser and log in the index page , the problem will be shown ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: My web page can not be Internationalized

2009-03-17 Thread Malcolm Tredinnick
On Tue, 2009-03-17 at 18:58 -0700, Eric wrote: > Can anyone help me ? If somebody could help you, they would have posted a reply. I know I found your post fairly incomprehensible, since it doesn't give any real details on how you're implementing any of this. it could be any one of about two

Re: My web page can not be Internationalized

2009-03-17 Thread Eric
Can anyone help me ? On Mar 17, 5:22 pm, Eric wrote: > Hi, Now , I face a problem about Internationalization, I have used > django + python + extjs to created a log in html page. And my browser > is Firefox. > > In the page , the user can select the language which will be

My web page can not be Internationalized

2009-03-17 Thread Eric
Hi, Now , I face a problem about Internationalization, I have used django + python + extjs to created a log in html page. And my browser is Firefox. In the page , the user can select the language which will be shown in the next page . For instance, when you open the log in page , it was showed