If you want to use string you have to do something like this
        <tu tuid='List Import'>
         <tuv xml:lang="fr_CA"><seg>Importation Liste</seg></tuv>
         <tuv xml:lang="en"><seg>List Import</seg></tuv>         
        </tu>

and then you can do


$translate->_('List Import'); // $translate is an instance of Zend_Translate
-- 
View this message in context: 
http://n4.nabble.com/Zend-Translate-with-TMX-what-s-the-proper-usage-tp1471388p1473056.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to