Develop multilingual windows application C#
问题 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