
This is a small sample to add multilanguage support to programs you developed. All the job is done in the module. For forms with lots of controls I prefer you modify the database and function to run 1 query for each language and let the program do it, 1 query for each control means slow program.
Added : MsgBoxes, Grid Headers, Form Captions.
Assumes
Please check the codes before modifying database and/or Language.ini file
API DeclarationsLanguage ID is declared global to be able to use on everyform you have.