XML internationalization (i18n)

The IBM Spectrum LSF Application Center page customization framework supports an internationalization (i18n) feature for services.xml. The i18n resource file is defined in resource[_xx_xx].xml under PAC_TOP/service.

Example:

<pac:resource name="Monday">Monday</pac:resource>

The resource name in the resource[_xx_xx].xml file maps to the same one surrounded by @{} in the services.xml file.

Example:

<pac:option id="@{Monday}">@{Monday}</pac:option>