I'm trying to create a Setup using Visual Studio Setup Project. A mistake, but there's legacy work to consider here.
Generally speaking, these projects do not support localization. However, almost all the Setups I've seen have some basic localization i.e., controls such as the Next button show the localized text. My setup project shows the Next button as Next regardless of the System UI language.
My question is - Is there a way to make Setup Project respect the System's UI language for these standard system controls? How?
BTW, my Visual Studio version is 2010.
Thanks,
Asaf