Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installation Framework Language Selection
Qt 6.11 is out! See what's new in the release blog

Installation Framework Language Selection

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 717 Views 1 Watching
  • 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.
  • H Offline
    H Offline
    harunkucuk5
    wrote on last edited by
    #1

    Hello ,

    I have two questions below

    I need to add a language selection page on my application installer wizard . But I can not. How can I add this page before actual install pages and retranslate my ui by selected language.?

    Also I need to know installer frameworks pages text names to create translate files for another languages. Where can I learn these titles. I searched examples , only tutarial example contains translation files and the file contains dummy records.

    For example :

    for germany;

    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE TS>
    <TS version="2.0" language="de_DE">
    <context>
    <name>Dummy</name>
    <message>
    <source>Dummy message.</source>
    <translation>Dummy Nachricht.</translation>
    </message>
    </context>
    </TS>

    I need to translate "Setup - Your application" text . So what can I write to name section for germany?

    I typed "Setup - Your application" to name and source sections , but it did not work,

    Best Regards,

    1 Reply Last reply
    0

    • Login

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