TMultiLang
Copyright (C) 1997-1999
by software preview, Peter Tiemann


A little information about this demo program.


Before you load this project in Delphi,
you need to download and install TMultiLang. Make
sure to get the version that matches your Delphi version.

This was compiled with Delphi 2. But you'll be able
to compile etc. it with Delphi 3/4/5 as well.




This demo program shows how TMultiLang can keep translations
in DLLs and therefore creates smaller executables.
The EXE file in this example is 500kB, with the registered
version of TMultiLang you would be able to get a smaller
EXE by using some conditional defines.


============================
 How to try it out:
============================
Unpack everything in a new directory and start the executable.
It is important that the DLLs are there.
Play with the main form and check out the coding afterwards.


============================
 Files and what they mean:
============================

DLLDemo.dpr/...  project files
FMain.pas/dfm    main form
FAbout.pas/dfm   about form

backup.csv       both forms have an instance of TMultiLang.
                 All translations have been backed up in this
                 CSV file. You can open it with Excel or
                 Notepad.


The following files are automatically created by TMultiLang's expert.

texts1.rc        The English translations have been exported to
texts2.rc        texts1.rc, the German translations are in texts2.rc.

texts*.res       The resource compiler compiles them into res files

texts*.dpr       dummy projects to create DLLs:

eng.dll          (original: texts1.dll, renamed to a better name)
deu.dll          (original: texts2.dll, renamed to a better name)
