I have this in my settings.py file:

LANGUAGE_CODE = 'es-US'

also tried:

LANGUAGE_CODE='es'

shouldn't this be enough?

On Dec 7, 3:59 am, "Alessandro Ronchi" <[EMAIL PROTECTED]>
wrote:
> 2008/12/7 newbie730 <[EMAIL PROTECTED]>:
>
>
>
> > I have a satchmo installation with English as the original language
> > and translations in Spanish.  I've changed the language-code to "es"
> > though all the items are still displaying in English.  Where should I
> > change the default language setting so that all items display in
> > Spanish?
>
> Check if your locale_code is supported by the server.
> Mine is
> LANGUAGE_CODE = 'it_IT.utf8'
>
> In my local-settings.py I also have
> LANGUAGES = (
>     ('it', gettext_noop('Italiano')),
>     ('en', gettext_noop('English')),
> )
> --
> Alessandro Ronchi
> Skype: aronchihttp://www.alessandroronchi.net
>
> SOASI Soc.Coop. -www.soasi.com
> Sviluppo Software e Sistemi Open Source
> Sede: Via Poggiali 2/bis, 47100 Forlì (FC)
> Tel.: +39 0543 798985 - Fax: +39 0543 579928
>
> Rispetta l'ambiente: se non ti è necessario, non stampare questa mail
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" 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/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to