Forums / Setup & design / 3.8 mulilingual new features? Is TranslationList still used?
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
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.