When using another language the confirmation message boxes appears with the button texts in English (Yes/No) not in the selected language. What should I do to fix this?
that plugin would need to be altered or a new one made which will work on the messageboxes that the installer directly shows by itself. the main issue is that the operating system is very inflexible when it comes to the dealing with message boxes and so extreme hacks (like the plugin i linked to) have to be done 🙁 as time permits between my other Winamp projects i'll be updating that plugin and i'll see what i can get done for the handling of the built in messageboxes
Another option at least for the MUI_ABORTWARNING dialog is to remove the "!define MUI_ABORTWARNING" and add "!define MUI_CUSTOMFUNCTION_ABORT UserAbort" instead. Then create a function like such:
I use an older version of DrO's excellent plugin but it would work the same you'd just need to rework the arguments to the messagebox::show. I also use his plugin to show message boxes in the correct language.