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 Dieding@xrow.de

Tuesday 23 May 2006 11:27:15 am

I say no

Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/

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.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.