I don't know if there's a plan for supporting this, but you should be able
to extend the flash messenger to support translations. Since action
controllers use the plugin loader and a LIFO stack for helper paths, you can
transparently add support by introducing your own flash messenger.

--
Hector


On Fri, Apr 30, 2010 at 9:26 AM, Guillaume ORIOL <go.li...@technema.fr>wrote:

> I know it but I was looking for a transparent way to do it.
> The way it has been done in Zend_Form for instance:
>
> $element->setLabel('label');
>
> will get a translated label if a Zend_Translate object is available.
> --
> Guillaume
>
> Le 30/04/10 18:03, Hector Virgen a écrit :
>
>> You can manually translate your messages after pulling them out of the
>> flash messenger.
>>
>> --
>> Hector
>>
>>
>> On Fri, Apr 30, 2010 at 8:53 AM, Guillaume ORIOL <go.li...@technema.fr
>> <mailto:go.li...@technema.fr>> wrote:
>>
>>    Hi,
>>
>>    Is there any plan to make the FlashMessenger action helper
>>    compatible with Zend_Translate?
>>
>>    Best regards
>>    --
>>    Guillaume ORIOL
>>    Software engineer
>>    Technema
>>
>>
>>

Reply via email to