Hi Ian,
I added examples and docs for this to the Subversion copy of the manual
to synchronize with the latest code in SVN.
Unfortunately, we are not yet done with some changes to the manual, and
the wiki version of the core manual is currently offline.
I generated a static HTML set, and the examples below "15.2.6. Obtaining
localized strings" highlight the new usage:
http://gavin.zfdev.com/zftrunk/documentation/manual/en/html/zend.locale.functions.html
Cheers,
Gavin
Ian Warner wrote:
In your example I get an error:
require_once 'Zend/Locale.php';
$locale = new Zend_Locale('de');
$country = $locale->getList('country');
$territory = $locale->getList('territory'); $connection =
$locale->getList('territory_detail');
print_r($country);
print_r($territory);
print_r($connection);
Fatal error: Call to undefined method Zend_Locale::getList() in
C:\AWebEnvironment\htdocs\HoTxt\index.php on line 13
I have version .8 Is this a new feature on SVN?
Can you point that out in examples that it is available in version ###
I will update now and see if it is there.
Cheers
Ian