The @Mail Language System allows you to add support for multiple languages. Using one document (.lang file) per language
@Mail will build the HTML files needed.

Using this method of making languages to html templates will drastically increase performance over storing all language
related strings in a database.

When a new version becomes available, the whole interface doesn't have to be translated again. Simply append the new
information to the existing .lang file and rebuild the HTML files.

Learn more about the @Mail language template by consulting:
 
http://atmail.nl/docs/language.html

Or view the file in the atmaildir/docs/language.html on your local copy

