Log and Exception i18n

There are two sides to internationalizing uPortal 3. One is i18n support for content that portal users view the other is i18n support for portal administration, this page talks about the later.

Framework i18n Components

  1. Log messages
    • A key and argument array is passed and if the log level is enabled the localized message is written to the log
  2. Exceptions
    • A key and argument array (and possibly cause exception) is passed and when the exception is printed out a localized version of the error message is used

Technologies

Jakarta Commons i18n

i18n Log