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

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

Specifying a locale for a form-set allows you to define different validation rules and messages for different locales within the same Validator configuration file. This is more efficient than maintaining completely separate configuration files. The framework applies the appropriate form-set based on the user's locale.