Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have my forms in visual basic.I want to change the caption language according to the language selected by the user.suppose if user select chinese then all form's caption name change into chinese as per defined in resources?Can anyone suggest me how to do this in visual basic.
Posted

1 solution

You need to read up on Localization and Globalization in the documentation.

Basically, you have a resource file for each culture which gets loaded in depending on either the machines culture or what you set it to.

You really need to read the docs to get an answer on how, as there are a few things to do, and otherwise it would turn this into a lengthy article!

There are already a few articles on CP relating to this subject, so maybe go and have a read of those also.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900