-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
8u40
-
x86
-
linux
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
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