The class is intended for the organization of multilanguage support in web application.
Provides all basic necessary functionality for storage and processing of the language data,
and some additional opportunities:
-As sources of the language data you can use of files and-or arrays.
-In case of use of files - processing of their any amount ,
and also caching results of processing is supported.
-Probably dynamic (i.e. after data processing)
addition of the new language data from arrays.
-Probably dynamic change of already processed data.
-In the language data any HTML-marking is allowable.
-Probably dynamic formatting of the language data with
use sprintf() modifiers.
Plus to all a class possesses the understandable interface, and is simple in use.