This simple demo shows one way to change the language on
various items on your delphi form.

This uses no ini files and does not write to the registry.
The data that effects the language change is stored inside the
exe itself.

Please read the info in the initialization section of
ExeMod.pas regarding the cd handling code and make yourself
aware of how the exe will run from a cd.

The 2 tiny buttons on the right side of the form will change
the language...of course you would want to use a drop down
box or similar in an actual program...but this makes everything
as simple as possible for the demo.

..Gwen..