Forums / General / Translation issue

Translation issue

Author Message

Tristan Rivoallan

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

Thomas Nunninger

Friday 24 February 2006 4:31:45 am

Hi,

the settings in setting/override/ are global setings which can't be overriden by the settings/siteaccess/<xy> settings.

Have a nice day

Thomas