JDK-8235444 : Release Note: Plural Support in CompactNumberFormat
Type:Sub-task
Component:core-libs
Sub-Component:java.text
Affected Version:14
Priority:P4
Status:Closed
Resolution:Delivered
OS:generic
CPU:generic
Submitted:2019-12-05
Updated:2021-05-14
Resolved:2020-08-04
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
```java.text.CompactNumberFormat``` is now capable of dealing with plural forms. For example, the number ```2,000,000``` is formatted to ```"2 Millionen"``` in ```LONG``` style, whereas ```1,000,000``` to ```"1 Million"``` in the German language.