Hi.
The prgram has several language inside but one unique language (english) for the installer.
Could you pelase enable multilanguage installer?
I can help tyou with the script about Italian language.
I attached the changes in ISS script
[CustomMessages]
english.NameAndVersion=%1 version %2
english.AdditionalIcons=Additional shortcuts:
english.CreateDesktopIcon=Create a &desktop shortcut
english.CreateQuickLaunchIcon=Create a &Quick Launch shortcut
english.ProgramOnTheWeb=%1 on the Web
english.UninstallProgram=Uninstall %1
english.LaunchProgram=Launch %1
english.AssocFileExtension=&Associate %1 with the %2 file extension
english.AssocingFileExtension=Associating %1 with the %2 file extension...
english.AutoStartProgramGroupDescription=Startup:
english.AutoStartProgram=Automatically start %1
english.AddonHostProgramNotFound=%1 could not be located in the folder you selected.%n%nDo you want to continue anyway?
italian.NameAndVersion=%1 versione %2
italian.AdditionalIcons=Icone aggiuntive:
italian.CreateDesktopIcon=Crea un'icona sul &desktop
italian.CreateQuickLaunchIcon=Crea un'icona nella &barra Avvio veloce
italian.ProgramOnTheWeb=%1 in internet
italian.UninstallProgram=Disinstalla %1
italian.LaunchProgram=Avvia %1
italian.AssocFileExtension=&Associa l'estensione %2 a %1
italian.AssocingFileExtension=Associazione dell'estensione %2 a %1...
italian.AutoStartProgramGroupDescription=Avvio automatico:
italian.AutoStartProgram=Avvia automaticamente %1
italian.AddonHostProgramNotFound=Impossibile individuare %1 nella cartella selezionata.%n%nProseguire ugualmente?
[Languages]
; These files are stubs
; To achieve better results after recompilation, use the real language files
Name: "english"; MessagesFile: "embedded\english.isl";
Name: "italian"; MessagesFile: "C:\Program Files (x86)\Inno Setup 5\Languages\italian.isl";
Thanks.
@Tobin Davis
No answer?
Are you not interested to have a multilanguage installer?
I am fully interested, but so far this year has been terrible for development time. My day job is currently averaging 50-55 hours a week (60+ if I count commute time). This doesn't leave me a lot of free time to do development on this project, which is why you'll see large gaps between releases. Normally, I spend a week near the end of November on vacation/holiday (US Thanksgiving) updating code and testing for the next release. This year didn't happen due to conflicts (work, family, etc). I hope to get caught up between Xmas & New Years.
Add to that, I am primarily a Linux developer, so when adding features (SD detection), or fixing bugs (Error 5, program crashing on startup if using a ramdisk or network mapped drive, etc), it takes an especially long time for me to reproduce the issue and figure out a solution. Then I have to wade through the pull requests, a lot of which are great ideas, but most also need to be reqworked to fit the programming model I wanted (keeping the code simple is primary - no branching for different Windows API changes, etc.).
I see your attachement and will give it a quick review before merging. Not sure how soon though. Your continued support and patience is greatly appreciated.
Thanks
Thanks for you spare time.
I decomrpessed the original .exe with Innosetup Extractor.
An I modified the .iss adding teh new strings and recompiled the .exe.
Then I etsted the new multilanguage .exe and it worked.
If you need a collaboration please post and I will be happy to share you busy time.