c#安装项目本地化 [英] c# Setup Project Localization

查看:56
本文介绍了c#安装项目本地化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用C#编写的桌面Windows窗体应用程序,其中有一个安装项目.安装项目将以英语创建安装程序.我想使此安装向导为多语言.我希望我的设置询问用户要选择的语言,并且它将以用户选择的语言继续.我在Visual Studio 2008中找不到解决方法.实现此目的的最佳方法是什么.

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.

谢谢.

推荐答案

看看Infralutions Globalizer.NET产品.它可以让你将Visual Studio创建的安装程序(MSI)程序包本地化到任何语言(不仅仅是Microsoft支持的八种语言).

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...

这篇关于c#安装项目本地化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆