|
|
#1 |
|
Junior Member
Join Date: Jan 2003
Posts: 2
|
Is it possible to translate the description of a shortcut in a multilang installer ?
Example : When installed in Dutch the shortcut to uninstall.exe should be named : 'Verwijderen programma' and when the program was installed in English it should be named 'Uninstall program'. Thanks in advance for helping me out !
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Yes, use a LangString.
For example: PHP Code:
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Jun 2003
Posts: 1
|
But what do you do if you need to create a shorcut in the start menu?
PHP Code:
PHP Code:
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
For now, yes. In b4 you'll be able to combine language strings inside other strings. To make it easier you can create a define of the first part:
!define path "$SMPROGRAMS\${MUI_PRODUCT}\" NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|