VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Adding multiple language support to captions of controls

Serdar Tas  (1 Submission)   Miscellaneous   VB Script   Advanced   Wed 3rd February 2021

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 Declarations
Language ID is declared global to be able to use on everyform you have.

Rate Adding multiple language support to captions of controls (5(5 Vote))

Download Adding multiple language support to captions of controls

Adding multiple language support to captions of controls Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters