Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6675400

"Details" in English has to be "Details" in German

XMLWordPrintable

    • b01
    • x86
    • windows_xp
    • Verified

        FULL PRODUCT VERSION :
        java version "1.6.0_10-ea"
        Java(TM) SE Runtime Environment (build 1.6.0_10-ea-b12)
        Java HotSpot(TM) Client VM (build 11.0-b11, mixed mode, sharing)

        ADDITIONAL OS VERSION INFORMATION :
        Microsoft Windows XP [Version 5.1.2600]

        EXTRA RELEVANT SYSTEM CONFIGURATION :
        Windows L&F

        A DESCRIPTION OF THE PROBLEM :
        The German translation of the JFileChooser is wrong.

        The original Microsoft Windows File Open Dialog on a German Windows (DE_de) says "Details" where the English one (EN_us) says "Details". This is quite common, since "Details" is a well-known often used word in Germany.

        The Swing JFileChooser on the same German Windows says "Einzelheiten" instead of "Details". That is pretty strange. Certainly the word "Details" CAN be translated by "Einzelheiten", but in this particular place it is totally wrong due to two reasons:

        (a) No German native speaker would says "Einzelheiten" but will always say "Details" when talking about the "Details" View of the file choser.

        (b) Virtually everybody would expect the JFileChooser using the exactly same words than the Windows File Open Dialog.

        This should be fixed soon to stop people wondering about Swing reading so strange on German PCs.

        STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
        Start \demo\jfc\FileChooserDemo contained in the JDK, open a file chooser on a German Windows (DE_de) using Windows L&F

        EXPECTED VERSUS ACTUAL BEHAVIOR :
        EXPECTED -
        "Details" should be "Details"
        ACTUAL -
        "Details" is "Einzelheiten"

        REPRODUCIBILITY :
        This bug can be reproduced always.

        ---------- BEGIN SOURCE ----------
        contained in the JDK
        ---------- END SOURCE ----------

        CUSTOMER SUBMITTED WORKAROUND :

              yhuang Yong Huang (Inactive)
              ndcosta Nelson Dcosta (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: