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

Add Eras for Dutch LocaleElements

XMLWordPrintable

    • b01
    • x86
    • windows_xp

        A DESCRIPTION OF THE REQUEST :
        Add the localization of Eras for Dutch (NL):

                    { "Eras",
                        new String[] { // era strings
                            "v. Chr.",
                            "n. Chr."
                        }
                    }

          To:

        \j2se\src\share\classes\sun\text\resourcesLocaleElements_nl.java

        JUSTIFICATION :
        Currently, eras is localized in Dutch (NL) to "BC" and "AD" but really should be "v. Chr." and "n. Chr." - just like German (DE).

        EXPECTED VERSUS ACTUAL BEHAVIOR :
        EXPECTED -
        Return "v. Chr." and "n. Chr." for Eras when in Dutch (NL)
        ACTUAL -
        Returns "BC" and "AD" for Eras when in Dutch (NL)

        ---------- BEGIN SOURCE ----------
        I don't have one.
        ---------- END SOURCE ----------

        CUSTOMER SUBMITTED WORKAROUND :
        Substitute correct localization when returning Eras in Dutch.

              jtusla Jiri Tusla (Inactive)
              ndcosta Nelson Dcosta (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: