Develop multilingual windows application C#

狂风中的少年 提交于 2020-01-01 05:40:06

问题


I am asking about the common techniques which are used in c# to support multilingual interface in windows forms


回答1:


Everything I said here:

Internationalizing Desktop App within a couple years... What should we do now?

applies to this question.




回答2:


I would also recommend to check out this tool: Multilizer. I have been using it in my CBuilder/Delphi projects.




回答3:


You should use resources files. Check this msdn link for example.



来源:https://stackoverflow.com/questions/397356/develop-multilingual-windows-application-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!