|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Sep 2015
Posts: 2
|
Define MUI_FINISHPAGE_SHOWREADME_TEXT based on language
Hello,
In our *.nsis file we have the following: !define MUI_FINISHPAGE_SHOWREADME_TEXT "Create Desktop Shortcut" The problem is that no matter which installation language is selected by the user, the text "Create Desktop Shortcut" is always displayed in English. For example if the user selects Spanish as the installation language, the installer screens are all displayed in Spanish excepts for the "Create Desktop Shortcut" label (near the checkbox on the last screen, see the example.png attache file). Is it possible to define (or re-define) MUI_FINISHPAGE_SHOWREADME_TEXT based on the language selected by the user? Thanks! |
|
|
|
|
|
#2 | |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
Use langstrings:
Quote:
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2015
Posts: 2
|
Thanks Anders!
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|