How to translate Next, Quit, Cancel & Finish Buttons in the Qt Wizard ? (Qt Installer Framework based)
-
Hello all,
I would like to translate my installer wizard (Qt Installer Framework based) in French (OS language depends).
I added those lines in the "installscript.qs" file :
Component.prototype.retranslateUi = function() { component.languageChanged(); }
and I added those lines in the "config.xml" file :
<Installer> ... <Translations> <Translation>fr.qm</Translation> </Translations> </Installer>
But everything is ok (all long texts are translated) (in French) but the buttons like "Next", "Cancel", "Quit" are not translated (see the screenshot) :
ps: I don't want to use C++ code. (only Script or Xml)
-
Hello all,
I would like to translate my installer wizard (Qt Installer Framework based) in French (OS language depends).
I added those lines in the "installscript.qs" file :
Component.prototype.retranslateUi = function() { component.languageChanged(); }
and I added those lines in the "config.xml" file :
<Installer> ... <Translations> <Translation>fr.qm</Translation> </Translations> </Installer>
But everything is ok (all long texts are translated) (in French) but the buttons like "Next", "Cancel", "Quit" are not translated (see the screenshot) :
ps: I don't want to use C++ code. (only Script or Xml)
-
closed, due to double post.