If you wait some days for the release you will get the new additional
documentation to this and related functions.
Generally as can be seen by the method name you will get a country
translation which means give a Country in ISO and get the translated string
for this country returned.
$loc = new Zend_Locale();
print $loc->getCountryTranslation('DE', 'en_US');
Generally I don't think that an explicit example is needed for a simple
string returning function...
Greetings
Thomas Weidner, I18N Team Leader
http://www.thomasweidner.com
----- Original Message -----
From: "holografix ." <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, January 21, 2008 6:41 PM
Subject: [fw-general] Zend Locale - getCountryTranslation()
Hi
Can someone help with this function?
getCountryTranslation($what, $locale = null);
It's missing a small example about this function in the docs.
Best regards
holo