
de.undercouch.citeproc.LocaleProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of citeproc-java Show documentation
Show all versions of citeproc-java Show documentation
A Citation Style Language (CSL) Processor for Java.
package de.undercouch.citeproc;
/**
* Provides the serialized XML representation for a locale
* @author Michel Kraemer
*/
public interface LocaleProvider {
/**
* Retrieves the serialized XML representation for a given locale
* @param lang the locale identifier (e.g. "en" or "en-GB")
* @return the serializes XML of the given locale or null if there is
* no such locale
*/
String retrieveLocale(String lang);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy