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
- Log messages
- A key and argument array is passed and if the log level is enabled the localized message is written to the log
- 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

Comments (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.