Wednesday 31 May 2006 1:17:08 am
Hello,
ok for this method explained for previous versions of eZ publish (3.1+). but how about eZ publish 3.8 ? in the specification (cf http://pubsvn.ez.no/nextgen/trunk...ures/3.8/multi-language_features.txt), it is said that we can change prioritized languages with something like that :
$languages = array( 'nor-NO', 'eng-GB' );
eZContentLanguage::setPrioritizedLanguages( $languages );
How can I use this code ? Does eZ publish 3.8 allow me to have only one siteaccess for many languages ? thanks for eZ crew answer.
|