1
Answer

C# different languages.

Photo of K V

K V

12y
1.1k
1
Hello,

 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.

Answers (1)

0
Photo of Ashutosh Chaturvedi
NA 86 12.2k 12y
HI,
 
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.