I am trying to localize a Wix installation. It is very simple, no custom dialogs or strings. Only using WixUI_InstallDir-dialogs.
I thought setting Product/@Language=1044 and Package/@Language=1044 would have the installer talk Norwegian.
Partly.
The dialogs are in English, but status update while the progress-bar moves are in Norwegian.
I have tried following the guide http://www.tramontana.co.hu/wix/lesson8.php#8.9
However, all the "default" strings built into Windows installer, do I need to translate those?
Or is there some localization-file available somewhere on the web I should download?