Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-51386

Qt ignores application specific language preferences on macOS

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.6.0 RC
    • Core: Locales (i18n)
    • None
    • OSX Yosemite

    • macOS

    Description

      On most applications it is possible to override the system language by running

      defaults write com.example.application AppleLanguages '("language")'

      qlocale_mac.mm calls CFPreferencesCopyValue with kCFPreferencesAnyApplication which ignores any application specific settings, it would be nice if kCFPreferencesCurrentApplication was used instead/in addition to kCFPreferencesAnyApplication.
      This affects the output of QLocale::system().uiLanguages()

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jakepetroules Jake Petroules (DO NOT ASSIGN ISSUES)
            alanbirtles Alan Birtles
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes