to whisher: Zend_Translate work fine, thank you :)
2009/11/16 whisher <[email protected]>: > Hi. > > You can put your value using Zend_Translate for instance: > > $translate = new Zend_Translate('array', APPLICATION_PATH . > '/configs/lang/'. $locale . '.php' , $lang); > > in my it_IT.php > > return array( /* VALIDATORS */ Zend_Validate_NotEmpty::IS_EMPTY => 'Il campo > è obbligatorio e non può essere vuoto'/*Value is required and can\'t be > empty*/, etct etc etc > > You can find the keys at > > http://framework.zend.com/manual/en/zend.validate.messages.html >
