DevinWhalen
Programmer
Hello,
I am trying to find some tutorials/examples on internationalizing a C# app in visual studio 2010. Can anyone point me in the right direction? I have been searching but the stuff I find is for vs 2002, anything current?
What I gather, is that I am going to have to create a .resx file for each language I want but I am not sure how to set up with windows form to reference this. This seems similar to creating properties files in Java, but it is the hooking it into the form that I am having a problem with.
If you can't tell, I am new to c#. I have built some command line programs but haven't done much with windows forms. I have a couple books on c# but they don't have much on windows forms.
Thanks for any help.
I am trying to find some tutorials/examples on internationalizing a C# app in visual studio 2010. Can anyone point me in the right direction? I have been searching but the stuff I find is for vs 2002, anything current?
What I gather, is that I am going to have to create a .resx file for each language I want but I am not sure how to set up with windows form to reference this. This seems similar to creating properties files in Java, but it is the hooking it into the form that I am having a problem with.
If you can't tell, I am new to c#. I have built some command line programs but haven't done much with windows forms. I have a couple books on c# but they don't have much on windows forms.
Thanks for any help.