Hi,

There is a similar issue already reported.
http://code.google.com/p/googleappengine/issues/detail?id=583

According this issue, the verbose_name on properties is evaluated when
this module loaded, so the translation is done on a very early stage.

But in this case, maybe it is not related, I'm not sure for now.

One thing I'd like to clarify is what type of error message you
mention about. Parhaps you can explain it with an example.

Regards,

-- Takashi Matsuo



On Fri, Jun 5, 2009 at 12:36 AM,
wilmersarmiento<[email protected]> wrote:
>
> Hi,
>
> I'm working with the form validation framework included on Django. To
> show error messages in Spanish I set the LANGUAGE_CODE to 'es'.
> Everything works fine, however if I add an import to work with
> djangoforms the error messages are displayed ALWAYS in English, the
> app ignore my language code. Any ideas about this behavior?
>
> Thanks!
>
> Here is the code:
> ...
> from django.conf import settings
> from google.appengine.ext import webapp
> from google.appengine.ext import db
> from google.appengine.ext.webapp import template
> from django import newforms as forms
> from google.appengine.ext.db import djangoforms
> from google.appengine.api import mail
>
> # Set to Spanish the default language
> settings.LANGUAGE_CODE = 'es'
> ...
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to