WORK IN PROGRESS : Help us with your contributions!!

Overview

This module provides support for localization and in it's actual implementation it provides the ability tu customize a string in the database (usually descriptions of some sort) basing on a locale. this should allow to provide different strings to different users for the same business object. The same feature is provided for entire JSPs: you can provide different JSP for different users based on their locale.

Terms and definitions

  • a ServletFilter which intercepts locale changes;
  • a RequestProcessor which redirect requests to JSP based on the logged user locale;
  • a LocaleID which represents a composite identifier usable to localize BusinessObjects;
  • a MultilanguageString which allows localized strings.