Skip to content
⌘ NSIS Forum Archive

InetLoad Plugin : Any way to change the langString of label ?

4 posts

goldstarqc#

InetLoad Plugin : Any way to change the langString of label ?

Hi,

I would like to know how can I alter the InetLoad window with French translation (using LangString) because I need a fully bilingual installer.

I found InetLoad very good and got no problem with it, but the translating problem...

PS. If I cannot do it with LangString, can someone tell me how ? Or if I need to recompile the DLL, I don't have any Programing software, maybe a programmer could implement it ?

Thank you !
Takhir#
This is possible in the /BANNER (simple popup dialog) and old NSISdl (second progress bar on the INSTFILES page)styles.
With /BANNER option you can set both caption and dialog text using lang strings. In the "old style" a full set of strings are defined in the /TRANSLATE option.
Takhir#
POPUP dialog is customizable in the attached version using /TRANSLATE option - Readme.txt describes a set of strings. mlang.nsi shows russian popup dialog.