How to design a multilingual form?

nokia6230ivn

New member
Joined
Oct 28, 2009
Messages
4
Programming Experience
Beginner
Please teach me to design a form with multilingual on interface depend on the user!
Thank you!
 
Well there are multiple approaches you can take, design a form that pops-up only once that allows the user to select their language then it saves that information to my.settings
after doing that, everytime your first form loads it loads that same my.settings and you will use an if statement.

Either that or you can use a drop-down menu that the user can select their language
 
Back
Top