Get predefined language packs
GET
/generate/pdf/standard/language-packs
Get the predefined language packs for the standard PDF generator. These packs can serve as a starting point for custom language packs.
Responses
OK
application/json
JSON
[
{
"culture": "string",
"dateLabel": "string",
"contactLabel": "string",
"emailLabel": "string",
"defaultLegalIdType": "string",
"vatNumberLabel": "string",
"sellerReferencesLabel": "string",
"invoicedObjectIdentifierLabel": "string",
"salesOrderReferenceLabel": "string",
"buyerReferencesLabel": "string",
"callForTenderLabel": "string",
"projectReferenceLabel": "string",
"accountingReferenceLabel": "string",
"contractReferenceLabel": "string",
"purchaseOrderReferenceLabel": "string",
"invoiceReferencesLabel": "string",
"startPeriodLabel": "string",
"endPeriodLabel": "string",
"precedingInvoiceReferenceLabel": "string",
"precedingInvoiceDateLabel": "string",
"businessProcessLabel": "string",
"defaultInvoiceDocumentsTypeName": "string",
"defaultCreditNoteDocumentsTypeName": "string",
"documentTypeNames": {
"additionalProperties": "string"
},
"buyerAddressLabel": "string",
"buyerIdentifiersLabel": "string",
"deliveryInformationLabel": "string",
"despatchAdviceLabel": "string",
"deliveryDateLabel": "string",
"receivingAdviceLabel": "string",
"currencyLabel": "string",
"totalWithoutVatLabel": "string",
"totalVatLabel": "string",
"totalWithVatLabel": "string",
"prepaidAmountLabel": "string",
"dueDateLabel": "string",
"dueAmountLabel": "string",
"pageLabel": "string"
}
]