Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [Solved] Is there a way to change the default language for installer framework?
QtWS25 Last Chance

[Solved] Is there a way to change the default language for installer framework?

Scheduled Pinned Locked Moved Qt Creator and other tools
qtifwinstaller framelanguagechange languagedefault languag
3 Posts 2 Posters 4.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    koahnig
    wrote on 30 May 2015, 15:14 last edited by koahnig
    #1

    I do not want to use the OS default language for the installer framework. I prefer to start always in English. How can I change this?

    Vote the answer(s) that helped you to solve your issue(s)

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 30 May 2015, 22:52 last edited by
      #2

      Hi,

      Unless I'm mistaken, it's described at the bottom of the page here

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      K 1 Reply Last reply 31 May 2015, 10:11
      1
      • S SGaist
        30 May 2015, 22:52

        Hi,

        Unless I'm mistaken, it's described at the bottom of the page here

        Hope it helps

        K Offline
        K Offline
        koahnig
        wrote on 31 May 2015, 10:11 last edited by
        #3

        @SGaist

        Yes, you are right. Was not really obvious to me.

        Here is an updated version of the config.xml of the online example of installer framework

        <?xml version="1.0" encoding="UTF-8"?>
        <Installer>
            <Name>Online Installer Example</Name>
            <Version>1.0.0</Version>
            <Title>Online Installer Example</Title>
            <Publisher>The Qt Company</Publisher>
            <!-- Directory name is used in component.xml -->
            <StartMenuDir>Qt IFW Examples</StartMenuDir>
            <TargetDir>@HomeDir@/IfwExamples/online</TargetDir>
            <!-- Change required to have English as startup language e.g. when you have an OS with German as standard language  -->
            <Translations>
                <Translation>en.qm</Translation>
            </Translations>
            <!-- End of change for translation -->
            <RemoteRepositories>
                <Repository>
                    <Url>http://localhost/repository</Url>
                </Repository>
            </RemoteRepositories>
        </Installer>
        

        The installer starts then with all text in English. Tested on Windows 7 64bit with German as local language.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0

        2/3

        30 May 2015, 22:52

        • Login

        • Login or register to search.
        2 out of 3
        • First post
          2/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved