Friday 24 February 2006 3:36:24 am
Hi, i'm trying to setup a multilingual site using ezpublish.
My problem is : i always get the same language for content (french), no matter which siteaccess is used. All content was properly translated using the backoffice. here's how i've setup internationalisation : - settings/override/site.ini.append :
[ContentSettings]
TranslationList=fre-FR;eng-US;esl-ES
[RegionalSettings]
TextTranslation=enabled
TranslationCache=enabled # Disabling this doesn't resolve the problem
ContentObjectLocale=fre-FR
- settings/siteaccess/fr/site.ini.append :
[RegionalSettings]
Locale=fre-fr
HTTPLocale=fr
ContentObjectLocale=fre-fr
- settings/siteaccess/en/site.ini.append :
[RegionalSettings]
Locale=eng-US
HTTPLocale=en
ContentObjectLocale=eng-US
|