Multiple choice technology enterprise content management

The application layer of NLS properties file is hard-coded in the component definition.

  1. True

  2. False

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

The NLS (National Language Support) properties file's application layer is not hard-coded in the component definition. Instead, it is likely determined dynamically through configuration, naming conventions, or other flexible mechanisms that allow for easier internationalization management across different application layers.

AI explanation

The application layer for an NLS properties file isn't fixed in the component definition; it's determined by where the file physically resides in the layered directory structure (e.g., webtop vs. custom), which lets the same component definition resolve different localized strings depending on which layer is active. That flexibility is why 'hard-coded' is false here.