[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gettext e xML (Re: Problema con gettext stringhe dinamiche)



On Sun, Sep 07, 2008 at 06:11:26PM +0200, Alessandro De Zorzi wrote:

> <?php
> $msg = array('Banana','Anans','Apple');
> 
> foreach ($msg as $stringa)
> 	echo _($stringa);
> ?>

non sarebbe un filo piu' elegante usare $msg=array(_('Banana'),
_('Ananas'), _('Apple')); ?
-- 
Massimiliano Masserelli
-------------------------------------------------------------------------------
If a fool persists in his folly he shall become wise.
		-- William Blake


Reply to: