Multiple choice technology enterprise content management

When extending an NLS properties bundle, key/value pairs that aren’t explicitly defined in the higher layer are inherited from the lower layer.

  1. True

  2. False

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

NLS properties bundles use layered inheritance where higher layers can override specific key/value pairs, but any keys not explicitly defined in the higher layer are automatically inherited from the lower layer. This allows for efficient customization without duplicating entire properties files.

AI explanation

NLS bundle inheritance works like the rest of the layered configuration system: when you extend a properties bundle in a higher layer, only the keys you explicitly override take the new value, while every other key/value pair falls through and is inherited unchanged from the lower layer. This lets you customize just a few translated strings without having to duplicate the entire bundle.