Results 1 to 5 of 5

Thread: Change UI Language of Qt Tools

  1. #1
    Join Date
    May 2009
    Posts
    62
    Thanks
    2
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Change UI Language of Qt Tools

    How can I change the UI language of the various Qt tools (creator, designer, linguist) without changing the regional settings of Windows?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Change UI Language of Qt Tools

    You can try exporting the LC_ALL variable with a proper language id but I don't know if Windows respects it. It will definitely work on unices.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    May 2009
    Posts
    62
    Thanks
    2
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Change UI Language of Qt Tools

    Thanks, but that doesn't seem to work on Windows. Here it's probably some weird API call.

    Meanwhile I renamed the .qm files as a workaround, but I wonder if there isn't a better solution.

  4. #4
    Join Date
    Jul 2013
    Posts
    27
    Thanks
    11
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Change UI Language of Qt Tools

    Is it possible to change language of qt designer? I am using designer independetly. In the preferences/options, i can't find such an option. I don't have sudo or root permissions. Kindly let me know. Thank you very much.

  5. #5
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Change UI Language of Qt Tools

    On Unix/Linux this is easy

    LANG=<language-code> designer

    e.g.

    LANG=en designer
    launching in English

    LANG=de designer
    launching in Geman

    LANG=fr designer
    launching in French

    Cheers,
    _

Similar Threads

  1. Change cursor & status during Drag & Drop
    By ronlongo in forum Qt Programming
    Replies: 0
    Last Post: 1st December 2008, 16:56
  2. how change language at runtime?
    By mattia in forum Newbie
    Replies: 3
    Last Post: 14th November 2007, 18:36
  3. statusBar() message color change
    By mclark in forum Qt Programming
    Replies: 2
    Last Post: 7th August 2007, 23:20
  4. Replies: 8
    Last Post: 15th May 2007, 09:21
  5. Can't change the text display of a QTreeview item.
    By johnny_sparx in forum Qt Programming
    Replies: 3
    Last Post: 2nd June 2006, 01:03

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.