public class CldrPluralRuleLoader extends Object
A loader for CLDR plural rules as specified in the plural rule specification of the Unicode Consortium.
The parsed file plurals.xml
file is extracted from
http://unicode.org/Public/cldr/22.1/core.zip,
which contains an entry common/supplemental/plurals.xml
.
Constructor and Description |
---|
CldrPluralRuleLoader() |
public void parsePluralsXml() throws XMLStreamException, ParseException
XMLStreamException
ParseException
public PluralRule getRuleForLocale(String loc)
Copyright © 2016 Clazzes.org. All rights reserved.