Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-22 Thread holografix .
: "holografix ." <[EMAIL PROTECTED]>; > Sent: Tuesday, January 22, 2008 1:06 PM > Subject: Re: [fw-general] Zend Locale - getCountryTranslation() > > > > Thomas, > > > > Not to be mean or anything, but I really think that "holografix" is on to &g

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-22 Thread Thomas Weidner
t; <[EMAIL PROTECTED]> To: "Thomas Weidner" <[EMAIL PROTECTED]> Cc: "holografix ." <[EMAIL PROTECTED]>; Sent: Tuesday, January 22, 2008 1:06 PM Subject: Re: [fw-general] Zend Locale - getCountryTranslation() Thomas, Not to be mean or anything, but I rea

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-22 Thread Eric Coleman
array */ It's all there. :-) Greetings Thomas Weidner, I18N Team Leader http://www.thomasweidner.com - Original Message - From: "holografix ." <[EMAIL PROTECTED] > To: Sent: Tuesday, January 22, 2008 12:46 PM Subject: Re: [fw-general] Zend Locale - getCountryTr

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-22 Thread Thomas Weidner
From: "holografix ." <[EMAIL PROTECTED]> To: Sent: Tuesday, January 22, 2008 12:46 PM Subject: Re: [fw-general] Zend Locale - getCountryTranslation() Hi Thank you very much the help. I agree with you Thomas. There is no need of an explicit example for a simple function that return

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-22 Thread holografix .
'); > > 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 .&quo

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-21 Thread Thomas Weidner
age - From: "holografix ." <[EMAIL PROTECTED]> To: 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

Re: [fw-general] Zend Locale - getCountryTranslation()

2008-01-21 Thread reto
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->getLanguageTranslati

[fw-general] Zend Locale - getCountryTranslation()

2008-01-21 Thread holografix .
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