I would like to make a windows forms app with 4 languages.
What is the best way to make this?
It is the first time that I will use this.
I would also like if possible, if I change the language that the entire project changed in that language.
Can anyone help me or give me advice?
Thanks.
Regards.
Ashutosh ChaturvediPosted Apr 5, 2013, 7:23 PM
As I got your question , if you want to develope single application in 4 different languages then
you can go through MVC pattern in view -->shared--->layout.cshtml file u can give 4 different tabs of different languages and can write code in model which will display result in view..
Hope It will help u out.