...
IzPack automatically sets reserved variables depending on the packs selected by the user or an unattended installation (auto-install.xml) for each of the packs to be installed:
izpack.selected.<packname>
where <packname>
is the name attribute <pack name="...">
of the pack selected. If the pack is selected, the condition validates variable is set to true
.
Translations
The contents of PacksPanel can be translated, in order to present a different localized version of the name and description of the packs for each language.
In order to provide internationalization for the PacksPanel, you have to add a resource packsLang.xml_xyz to the installation descriptor (install.xml) where xyz is the ISO3 code of the language in lowercase.
...