Skip to content
⌘ NSIS Forum Archive

version tab in many languages

2 posts

Maxim30#

version tab in many languages

Hello,
I would want to have the setup version tab translated in every customer Windows language (note: not setup language); for this I would have "VIAddVersionKey /LANG=${LANG_ITALIAN}" for Italian strings and "VIAddVersionKey /LANG=${LANG_ENGLISH}" for English and all other languages strings, that is to have the English version tab fields notes for also all other Windows customer languages: how to write this last case in the nsis script ?
kichik#
As far as I remember, the first one is the default. Try searching the forum for VIAddVersionKey or similar words, I think there was a thread abuot this a few months ago.