You can customize the language displayed to recipients in both the signing interface and emails to make them more familiar to your customers.

Available Languages

SignatureAPI currently supports these languages:

LanguageCode
Englishen
Chinese (Simplified)zh
Frenchfr
Germande
Italianit
Portuguese (Brazil)pt
Spanishes
More languages are coming soon! To ask about the timeline for a specific language, contact support.

Default Language

Set your account’s default language in the Settings section of the dashboard. If needed, you can override this default for individual envelopes by specifying the language parameter when creating the envelope.

Envelope Language

To use a different language for a specific envelope, set the language parameter when creating the envelope:

{
  "title": "Acuerdo de Ejemplo",
  "label": "Dummy Agreement in Spanish",
  "language": "es",
  "metadata": {
    //...
  },
  "documents": [
    //...
  ],
  "recipients": [
    //...
  ]
}

How does it looks

Emails

The language you choose appears in signing requests and when sending completed documents.

Ceremony Interface

Recipients see your chosen language in buttons, messages, and click-through agreements during signing.

Deliverables

The audit log attached to signed documents is shown in your selected language.