Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels