Skip to content

Get predefined language pack

GET
/generate/pdf/standard/language-packs/{languagePackName}

Get the predefined language pack with the given name for the standard PDF generator.

Parameters

Path Parameters

languagePackName*
Typestring
Required

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"
}

Playground

Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

The tools are open source and released under the MIT License, feel free to use, modify, and share.