by Stefan » January 17th, 2005, 3:00 pm
Do you want the application to be able to switch languages at runtime, or is it ok for you to compile two (or more) different executables?
- if two or more executables: just change the constants.pas entries to the specific language and recompile
- if you want to determin it runtime, use language DLLs (see Delphi help for that) :
Contents
Programming with Delphi
Creating international applications
Creating resource DLLs
Cheers,
Stefan