Preferred language setting of web browser has priority over Django
preferred LANGUAGE_CODE. Plain autoselect by browser is not much
satisfying.
You can remove English from LANGUAGES in settings.py or enable
language selection panel on web page. (I am also newbie - not
interested in multilingual)
metge napsal(a):
> Following the instructions I have this configuration in settings.py:
>
>
> L10N_SETTINGS = {
> 'currency_formats' : {
> 'EURO' : {'symbol': u'€', 'positive' : u"€%(val)0.2f",
> 'negative': u"€(%(val)0.2f)",
> 'decimal' : ','},
> },
> 'default_currency' : 'EURO',
> 'show_admin_translations': True,
> 'allow_translation_choice': True,
> }
>
> LANGUAGE_CODE = "es_ES"
>
> LANGUAGES = (
> ('es', "Español"),
> ('en', "English"),
> )
>
>
> But satchmo only displays always English. What shall I do?
>
> I've read the documentation without success.
--
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.