Input languages can be specified:
const { plugins } = require('@citation-js/core')
const config = plugins.config.get('@wikidata')
config.langs // ['en']
config.langs = ['fr', 'de', 'en'] // searches for French, then German then English labels
- Source: