Thomas Weidner’s Blog: Translating validation messages

Thomas Weidner revealed another “new” feature for Zend Framework 1.10 (expected to be released tomorrow). The framework comes now with translated validation messages.

As you know the returned error messages can be changed. This is very important for sites which are not delivered in english. But they must translate all messages into their own language. This is a very tendious task.

Follow to his post and read how to use pre-translated validation messages directly on your website and how to add them to your translations repository.