Archived Content

The UP3 space contains documentation related to the next-generation portal exploration work that JA-SIG has now archived. Documentation related to uPortal, including active development for future releases, can be found in the uPortal space.
References to uPortal 3 in this space should be considered out of date. Active uPortal 3 documentation is available in the uPortal space.

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

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Mar 09, 2007

    Jason Shao says:

    I know Sunguard's i18n efforts decided not to support log messages in languages ...

    I know Sunguard's i18n efforts decided not to support log messages in languages other than English. It seems like option 0 is to adopt a similar approach (which I think you aluded to in your email) and only support single language logging, probably recommending English.