How do I trabslate the setup project to other languages other than english?
Thank you Gad
gadgallea
Hi Gad
If the setup project is not customized much, you can just use the property "Localization" of the setup project, it will drop down a culture list for you to choose.
By the way, in case of getting the following warnings while building: WARNING: Could not match culture '<culture name>' for item 'Windows Installer 3.1'. Using culture 'en' instead. WARNING: Could not match culture '<culture name>' for item '.NET Framework 3.5 SP1'. Using culture 'en' instead. It won't matter the UI of the setup wizard. They just mean that you need to install specific Language Pack for Windows and .NET Framework in order to localize the .NET Framework and MSI error messages that may be popped by the programs.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.