Introduction
I18N4Java is a I18N framework for Java which provides an alternative way to internationalization under Java. It's sometimes annoying to read code from other
developers only with references to property string without knowing the correct
syntax of the message and also the correct meaning. It's cleaner to get the whole message in the code to read the whole message to understand the purpose and the syntax.
Additionally this framework provides features for multi-lingual applications in
environments where application should be presented in two (or more) languages
at the same time e.g. for training purposes. Read more at concept pages.
|