forked from coddec/Classic-Shell
-
Notifications
You must be signed in to change notification settings - Fork 462
Open
Labels
Enhancement/Feature RequestAn Enhancement/Feature request by the communityAn Enhancement/Feature request by the community
Description
Is your feature request related to a problem? Please describe.
The current installer is mono language (English).
The program UI is mutlilanguage.
Please improve installer to multilanguage.
Please consider an alternative to use a flexible installer (based ons cript) like Inno Setup or NSIS,
Describe the solution you'd like
Please modify installer as multilanguage.
Please consider to use a more flexible installer like Inno Setup or NSIS,
Area of issue
Installation/Other
Alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Enhancement/Feature RequestAn Enhancement/Feature request by the communityAn Enhancement/Feature request by the community
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
ge0rdi commentedon May 26, 2025
There is no plan to support localizations for now.
See #1627 (comment) regarding that matter.
bovirus commentedon May 26, 2025
@ge0rdi
"Settings" and "Installer" are not different things?
What kind of installer maker are you using?
ge0rdi commentedon May 26, 2025
Sure. But what is the point to make localized installer if the installed product is not localized.
We are using standard
MSI
. It does support localizations.bovirus commentedon May 26, 2025
@ge0rdi
The installer seems an .exe file (not .msi file).
ge0rdi commentedon May 26, 2025
Exe bootstrapper just drops MSI (based on system architecture) and runs it.
bovirus commentedon May 26, 2025
@ge0rdi
As alternative plase consider for the future to use a different installer maker (like Inno Setup or NSIS).
ge0rdi commentedon May 26, 2025
What would be the reason for that?
bovirus commentedon May 26, 2025
@ge0rdi
In a first step you can have mono languiage with flexble configuration..
That in a second setp can be multilanguage instaler and multilanguage UI using the appropriate .DLL.
I posted the .DLL for Italian.
If the installer copy it in same foilder of the program I will have Italian installer and Italian language.
ge0rdi commentedon May 26, 2025
MSI
installer does support localizations (as I wrote), there is no problem with that.