Multiple choice technology programming languages

To localize Tiles, you can

  1. Create separate configuration files for each locale

  2. Specify an locale for a definition

  3. Either A or B

  4. None of Above

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

In Tiles framework, localization is typically achieved by creating separate Tiles configuration files for each locale (e.g., tiles-defs_en.xml, tiles-defs_fr.xml). Each definition file contains locale-specific tile definitions. While you can specify a locale for individual definitions, the primary approach is separate configuration files per locale.