Foreign Language Support for VS.NET Setup Projects

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi All,
I have a VS.NET 2003 solution that uses several setup projects to package various components and applications into MSI files. I need to provide foreign language support for 5-6 languages other than English. Do VS.NET 2003 setup projects (and the MSI files they generate) support internationalization? If so, can someone point me to resources for getting this to work? Also, do VS.NET 2005 setup projects support internationalization? Thanks in advance.

Dave

(e-mail address removed)
 
If you select the project in solution explorer and hit F4 (properties)
you'll see a Localization property that allows you choose from a handful of
languages that might include yours.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

Hi All,
I have a VS.NET 2003 solution that uses several setup projects to
package various components and applications into MSI files. I need to
provide foreign language support for 5-6 languages other than English. Do
VS.NET 2003 setup projects (and the MSI files they generate) support
internationalization? If so, can someone point me to resources for getting
this to work? Also, do VS.NET 2005 setup projects support
internationalization? Thanks in advance.

Dave

(e-mail address removed)
 
Back
Top