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

Locale support for Bosnian language

    XMLWordPrintable

Details

    Description

      A DESCRIPTION OF THE REQUEST :
      There is no Locale for Bosnian language ("bs_BA") in available Locales:
      http://www.oracle.com/technetwork/java/javase/java8locales-2095355.html

      Information about Bosnian language:
      http://en.wikipedia.org/wiki/Bosnian_language



      JUSTIFICATION :
      I need this Locale to identify client locale also to know to show data to him on regular way, for example decimal separator sign, load default Currency, ...

      DecimalFormatSymbols dfs = new DecimalFormatSymbols(new Locale("bs","BA"));
      System.out.println( dfs.getDecimalSeparator() );

      Currently because Bosnian language Locale not existing this method returning wrong sign


      Attachments

        Activity

          People

            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: