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 !
InetLoad Plugin : Any way to change the langString of label ?
4 posts
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.
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.
POPUP dialog is customizable in the attached version using /TRANSLATE option - Readme.txt describes a set of strings. mlang.nsi shows russian popup dialog.
Thank you Takhir, good exemple of how to do it !
GoldstarQC
GoldstarQC