Griffin localization and Fluent Validation
问题 I am new to Griffin localization, it seems very cool. However, examples are only showing me how to translate MVC validation attributes. I am using minimum if not none of the mvc validation attributes. My idea is (try) not to validate and report messages twice at data layer and UI layer. I create validators at data layer with with Fluent Validation. Could you please give me a quick pointer (if it exists) how we can integrate Griffin Localization with Fluent Validation at data layer? 回答1: