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

Date().toLocaleDateString(Qt.locale("be_NL"),Locale.LongFormat) returns Cyrillic text

    XMLWordPrintable

Details

    Description

      Date().toLocaleDateString(Qt.locale("be_NL"),Locale.LongFormat) returns Cyrillic text.

      Example code:

      import QtQuick 2.12 import QtQuick.Window 2.12 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") Text { text: "The date is: " + new Date().toLocaleDateString(Qt.locale("be_NL"),Locale.LongFormat) } }
      

      Example picture attached.

      This is not correct?

      Attachments

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

        Activity

          People

            tero.pelkonen Tero Pelkonen
            tero.pelkonen Tero Pelkonen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes