CslBibliographyStyle

constructor(cslStyleName: String, provider: ItemDataProvider, locale: String? = null)

Parameters

cslStyleName

the CSL style identifier (e.g. "apa", "ieee", "chicago-author-date")

provider

the item data provider supplying bibliography data to citeproc-java

locale

optional RFC 4646 locale tag (e.g. "en-US", "de-DE"). Controls localized terms such as "and"/"und", month names, and ordinal suffixes. When null, the style's default locale is used, falling back to "en-US".