Multiple choice technology programming languages

To localize Validator forms, you can

  1. Create separate configuration files for each locale

  2. Specify a locale for a form-set

  3. Either A or B

  4. None of Above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Struts Validator supports two localization approaches: you can create separate validator-rules_XX.xml files for each locale, or use within a single file to group forms by locale. Both approaches are valid and supported by the framework.