Provides basque language support for Java Locale-Sensitive Services SPI.
Note that Java supports basque language since JRE 11. This extension provides same resources as JRE 23 for applications that cannot upgrade from Java 8.
For an up-to-date internalization support consider using ICU4J, which provides basque language support out-of-the-box.
| Latest Release | Develop |
|---|---|
The library provides the following features (unchecked features are planned and unimplemented):
- LocaleServiceProvider
- LocaleNameProvider
- CalendarNameProvider
- CalendarDataProvider
- CurrencyNameProvider
- TimeZoneNameProvider
- BreakIteratorProvider
- CollatorProvider
- DateFormatProvider
- DateFormatSymbolsProvider
- DecimalFormatSymbolsProvider
- NumberFormatProvider
The binaries can be obtained from Maven Central with the
dev.orne:basque-locale-extension coordinates:
<dependency>
<groupId>dev.orne</groupId>
<artifactId>basque-locale-extension</artifactId>
<version>1.0.0</version>
</dependency>Java requires the language extensions to be included in the JRE's
lib/ext/ directory.
For further information refer to the Maven Site and Javadoc.