Hmm... am I missing something? This just returns 'de' for me. I thought
you might have meant getLanguageDisplay() instead, but that returned the
same thing.
There is a list of languages in the XML files, but they're all romanized.
-Matt
----- Original Message -----
From: "Thomas Weidner" <[EMAIL PROTECTED]>
To: "Thomas Weidner" <[EMAIL PROTECTED]>; "Darby Felton"
<[EMAIL PROTECTED]>; "Zend Framework - General" <[email protected]>
Sent: Thursday, November 16, 2006 1:53 PM
Subject: Re: [fw-general] website update - national flags vs. languages
Hy,
$language = 'de';
$locale = new Zend_Locale($language);
print $locale->getLanguage($language);
This works...
Hit enter to fast ;-)
Greetings
Thomas