Forums / Setup & design / 3.8 mulilingual new features? Is TranslationList still used?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

3.8 mulilingual new features? Is TranslationList still used?

Author Message

Fabio Carissimi

Tuesday 23 May 2006 9:13:39 am

Hello,

can somebody give more explanations than in this spec :http://pubsvn.ez.no/nextgen/trunk/doc/features/3.8/multi-language_features.txt

about the multilingual support in 3.8. in particular, is TranslationList ([ContentSettings]) still useful ?

Now in 3.8, there is SiteLanguageList[] ([RegionalSettings] and it seems to be the same information.

only these settings are necessary

[RegionalSettings]
Locale=fre-FR
ContentObjectLocale=fre-FR

SiteLanguageList[]
SiteLanguageList[]=fre-FR
SiteLanguageList[]=eng-GB
SiteLanguageList[]=ita-IT

or this one is also still needed ?

[ContentSettings]
TranslationList=eng-GB;fre-FR

Thanks for help

Björn X

Tuesday 23 May 2006 11:27:15 am

I say no

Fabio Carissimi

Friday 26 May 2006 1:35:01 am

Thanks for this clear answer,

but do you know more about 3.8 multilingual features,
for example it is said that we can change prioritized languages with something like that :

$languages = array( 'nor-NO', 'eng-GB' );
eZContentLanguage::setPrioritizedLanguages( $languages );

I tried this code in index.php, and I have an error, do you know how to use it ?

Many thanks.