Saturday, November 13, 2010

How to use Resource to change into different language in vb.net program?

How to use Resource to change into different language in vb.net program?

I want to used resource which help in changing language in program i had seen somewhere before but i don't know procedure. can anyone help me with?How to use Resource to change into different language in vb.net program?
Basically, you need to a .resx file for each language you want to support added into your project. These files must be named very specifically. See the attached link for the naming convention. Then, in your code, you need to load the proper string into your control from the .resx file based on the users selected culture.

No comments:

Post a Comment