The AttributeValidator currently outputs the results in English. Since it is sometimes necessary to provide localized or custom messages, I suggest that the AttributeValidator include "message numbers" in addition to the full message, much like Oracle does with error messages (ORA-nnnn):
Currently: Attribute 'abc' with value 'a' fails check for Type is 'INT'
Suggested: Attribute 'abc' with value 'a' fails check for Type is 'INT' (FME-AV-1234)
Where 1234 would be a unique integer that identifies the message.
To translate, one could then search for FME-AV-nnnn rather than a specfic wording interspersed with attribute names etc.



