getLocale())); $zipValidator->setMessage('Zip Code is in wrong format', Zend_Validate_PostCode::NO_MATCH); $this->addValidator($zipValidator, true); $this->addFilter('StringTrim'); return $this; } protected function setLocale($locale) { $this->_locale = $locale; return $this; } protected function getLocale() { return $this->_locale; } }