Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. languagechange
    Log in to post

    • SOLVED Android keyboard stays English latin when it should be Hindi
      Mobile and Embedded • qml android virtualkeyboard qt5.11 languagechange • • _.-rFLo_.-  

      2
      0
      Votes
      2
      Posts
      597
      Views

      Alright, I found the error: In the TextEdit {} I had inputMethodHints: Qt.ImhNoPredictiveText because in earlier tests, sending emojis to TextEdit crashed the app. But with PredictiveText disabled, all fancy input methods and hence the different keyboards don't work. Also, Emojis are no problem anymore and animated Gifs are disabled.
    • SOLVED Runtime translation / i18n - QML C++ engine
      QML and Qt Quick • translation i18n qml c++ engine nested languagechange • • Marco Pellin  

      2
      0
      Votes
      2
      Posts
      1450
      Views

      In the end everything was fine with the example above. I just had to update and release my translation files, because in the meantime I changed the name of a .qml file, and the filename is directly linked into the .ts files created by linguist and used by Qt. I feel a bit ashamed but yes, it was really trivial and kinda stupid :)
    • UNSOLVED Installer with Language Selection
      Installation and Deployment • installer languagechange controller addwizardpage • • xyz-Mann  

      1
      0
      Votes
      1
      Posts
      645
      Views

      No one has replied

    • [SOLVED] What does QtDesigner option "Support for changing languages at runtime" do?
      Tools • qtdesigner runtime language languagechange options • • A Former User  

      6
      0
      Votes
      6
      Posts
      2666
      Views

      You're welcome ! Good to know :) Since we know now that it's working, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
    • [Solved] Get translated string without switching the language
      General and Desktop • qt 4.8 translation language languagechange • • kumararajas  

      13
      0
      Votes
      13
      Posts
      4821
      Views

      @SGaist OK. Thanks for the answer. I'll give a try.
    • [Solved] QEvent::LanguageChange
      General and Desktop • qapplication qevent qcoreapplicatio qguiapplication localization languagechange • • KiwiJeff  

      11
      0
      Votes
      11
      Posts
      6563
      Views

      @SGaist Fixed it ;)