简体   繁体   中英

Visual studio installer project multi language support

I have ac# WPF application which is able to switch in deferent language as per customer wants. I also created a setup project for the same. I need to make the setup project also be able to switch language. The problem is, the 'Visual studio installer project' doesn't have an option to do that. There is an option to set language for MSI. However dynamically changing the language is not supported

I have already googled it and no solution found. some of the similar posts links are below. which also have no correct answer

c# Setup Project Localization

How to create preview choosing setup language in Visual Studio Project Installer?

Any idea how to do that. Thanks in advance

I don't have much experience regarding this, but:

The Wix installer seems to have support for localization: https://wixtoolset.org/documentation/manual/v3/howtos/ui_and_localization/

VDProject seems to be the right way to move forward aswell: https://devblogs.microsoft.com/buckh/visual-studio-setup-projects-vdproj-will-not-ship-with-future-versions-of-vs/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM