Ability to change language on the fly

Issue #75 closed
Former user created an issue

Originally reported on Google Code with ID 75

Additionally to system wide language settings, we should provide a way so
the user could change the language on request. That would be useful for
translation testers, people who's not using own machine, etc.

Reported by helder.pereira.correia on 2007-07-18 08:46:58

Comments (10)

  1. Former user Account Deleted

    ``` I have done something like this for other Qt applications. I can probably implement it once we're doing the trunk again. ```

    Reported by `ariya.hidayat` on 2007-07-24 17:42:58

  2. Former user Account Deleted

    ``` OK, if you happen to do so then, please be aware of the new RTL language support. Something can end up broken if we're not careful. ```

    Reported by `helder.pereira.correia` on 2007-07-24 21:13:27

  3. Former user Account Deleted

    ``` This would indeed be nice for translators. ```

    Reported by `Eugen.Plamadeala` on 2007-07-26 03:48:43

  4. Former user Account Deleted

    ``` I hate to have to shift this one, really... ```

    Reported by `helder.pereira.correia` on 2007-11-03 19:41:43 - Labels added: Milestone-0.10 - Labels removed: Milestone-0.9

  5. Former user Account Deleted

    ``` On a side note: the KDE 4 interface should be able to do that natively, as that's a side benefit of using KApplication. ```

    Reported by `loic.corbasson` on 2007-12-12 10:56:34

  6. Former user Account Deleted

    ``` That's right! But I cannot thing of a way of keeping it to work with plain Qt without setting all strings in a single recallable function, as exemplified in the Qt tutorials. BTW, KDE probably also takes care of bidi automatically, which we must avoid because of math nature of the program, and do it by hand as currently done for the Hebrew translation. ```

    Reported by `helder.pereira.correia` on 2007-12-12 11:14:32

  7. Former user Account Deleted

    ``` Almost there... ```

    Reported by `helder.pereira.correia` on 2008-03-22 19:59:51 - Status changed: `Started` - Labels added: Priority-High - Labels removed: Priority-Medium

  8. Former user Account Deleted

    ``` Implemented in trunk (revision 1163). ```

    Reported by `helder.pereira.correia` on 2008-03-25 00:49:23 - Status changed: `Fixed`

  9. Log in to comment