I have an input box.
This input box appear with frensh caption (“Ok” and “Annuler”) instead of (“Ok” and “Cancel”)
How to allow showing the english version?
The application is build with an XP frensh version.
Thanks a lot.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
InputBox()function is implemented in the VB6 runtime DLL and as such is subject to it’s localisation (along with error message text). You should ensure that you’re distributing the official (language neutral)msvbvm60.dllfrom the Service pack 6 runtime package.