c# Setup Project Localization

喜夏-厌秋 提交于 2021-01-27 17:57:24

问题


I have a desktop windows forms application written in c#, which has a setup up project. The setup project creates the setup in English. I want to make this setup wizard to be multilingual. I want my setup to ask the user which language to choose and it will continue in the language that the user chooses. I couldn't find a way to do in in visual studio 2008. What is the best way to achieve this.

Thanks.


回答1:


Take a look at Infralutions Globalizer.NET product. It allows you to localize the Setup (MSI) packages created by Visual Studio into any language (not just the eight or so supported by Microsoft).

In addition it can produce a mulitlingual setup package that will automatically select the language to use based on the current locale of the user

. It has a command line interface allowing it to be integrated into your automated build process. You can get more information and download an evaluation version from

http://www.infralution.com/globalizer.html

as per comments..i am hoping that this will helps you .....setup and deplyment also...



来源:https://stackoverflow.com/questions/8093785/c-sharp-setup-project-localization

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