sample of dutch validation error messages
//Dutch validation error messages
//Put this at the end of environment.rb
//Put this at the end of environment.rb
module ActiveRecord class Errors begin @@default_error_messages = { :empty => "dient verplicht ingevuld te worden", :blank => "dient verplicht ingevuld te worden", } end end end