Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-5214

Locales.getLocale("de_DE_dgl") returns a different locale than zk 8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 9.6.3
    • 9.6.0, 9.6.2
    • None
    • Security Level: Jimmy
    • None

      Steps to Reproduce

      1. call Locales.getLocale("de_DE_dgl")

      Current Result

      return a Locale: de_DE

      Expected Result

      return a Locale: de_DE_dgl in ZK 8.6.3

      Debug Information

      • the method's implementation changed for ZK-4745

      Workaround

      • wrap the API and return new Locale("de","DE","dgl");

            jumperchen jumperchen
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: