From the API:

Returns the localized country name
array getCountryTranslation (string $what, [string $locale = null])
string $what: Name to get detailed information about
string $locale: OPTIONAL locale for country translation

$locale = new Zend_Locale('de_CH');
print $locale->getLanguageTranslation('nl')

prints "Niederländisch"

greets

On Jan 21, 2008 6:41 PM, holografix . <[EMAIL PROTECTED]> wrote:
> 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
>

Reply via email to