[fw-general] Re: ZF 2 - Translate Validation Error messages

2013-02-12 Thread samsonasik
there is no languages/Zend_Validate.php in ZF2 resources. Zend_Validate.php
is at the folder under it, for ex : under de folder.

if you want to translate using ZF2 resources, try with :

$translator->addTranslationFile(
'phpArray',
   
'./vendor/zendframework/zendframework/resources/languages/langfolderyouwant/Zend_Validate.php'
 ); 



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF-2-Translate-Validation-Error-messages-tp4659134p4659135.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com




[fw-general] Re: ZF 2 - Translate Validation Error messages

2013-02-12 Thread whisher
samsonasik wrote
> there is no languages/Zend_Validate.php in ZF2 resources.
> Zend_Validate.php is at the folder under it, for ex : under de folder.
> 
> if you want to translate using ZF2 resources, try with :
> 
> $translator->addTranslationFile(
> 'phpArray',
>
> './vendor/zendframework/zendframework/resources/languages/langfolderyouwant/Zend_Validate.php'
>  );

Thanks just a lot it works fine :)



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/ZF-2-Translate-Validation-Error-messages-tp4659134p4659136.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com