goldstarqc
26th July 2005 14:26 UTC
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
26th July 2005 15:59 UTC
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
26th July 2005 18:20 UTC
POPUP dialog is customizable in the attached version using /TRANSLATE option - Readme.txt describes a set of strings. mlang.nsi shows russian popup dialog.
goldstarqc
26th July 2005 22:07 UTC
Thank you Takhir, good exemple of how to do it !
GoldstarQC