Hi
This is not a FluentValidation error message. This message comes from ASP.NET MVC itself - this is generated by the framework's model binding process before FluentValidation has a chance to be invoked. You'd need to either use a localized version of the framework's own messages, or perform your own checks on data type validity.
Jeremy