Go AVDN
Lesson: Introduction
Introduction

Message Facility is an internationalisation infrastructure for computer softwares developed in the Java™ Programming Language. It is far more than just making Java applications Internationalizable , but emphasises the ease of development of internationalizable Java applications. This includes the ease of coding, ease of translation and the most important — ease of collaboration between various authors (coders, translators and coordinators) of the final software application.

Even further, Message Facility provides ad hoc logging supports. Logging records can be easily made internationalizable in the same way of other parts.

Logging with Message Facility has several advantages:

A Simple Example

This is an intuitive example, your first glance at Message Facility enabled Java programs.

How It Works

The work done by Message Facility, and further localization support.

The Benefits

The benefits after going the Message Facility way.