filter_language_id property

FieldBibliography.filter_language_id property

Gets or sets the language ID that is used to filter the bibliographic data to only the sources in the document that use that language.

@property
def filter_language_id(self) -> str:
    ...

@filter_language_id.setter
def filter_language_id(self, value: str):
    ...

See Also