Skip to main content
The General Settings page sets account-wide defaults for language, time zone, and timestamp formatting. These defaults apply to every new envelope unless you override them with the language, timezone, or timestamp_format properties when creating an envelope through the API. To update these settings, go to Settings > General in the Dashboard.
General Settings page
You need the Manage account settings permission to change general settings.

Language

The account language controls the default language for signing ceremonies, recipient email notifications, and the audit log in deliverables.
Language setting
Supported languages:
LanguageAPI code
Englishen
Spanishes
Frenchfr
Germande
Italianit
Portuguese (Brazil)pt
Chinese (Simplified)zh
Hungarianhu
To override this default for a specific envelope, set the language property when creating the envelope.

Time zone

The account time zone determines how timestamps appear in the deliverable’s audit log. SignatureAPI uses IANA Time Zone Database identifiers (for example, America/New_York or Europe/London).
Time zone setting
The Dashboard detects your local time zone and shows a Use this shortcut to apply it. To override this default for a specific envelope, set the timezone property when creating the envelope.

Timestamp format

The timestamp format controls how dates and times are displayed in the deliverable’s audit log. It combines a date format and a time format.
Timestamp format setting
Date formats:
FormatExample
MM/DD/YYYY12/31/2025
DD/MM/YYYY31/12/2025
DD.MM.YYYY31.12.2025
DD-MM-YYYY31-12-2025
DD MM YYYY31 12 2025
YYYY-MM-DD2025-12-31
Time formats:
FormatExample
HH:mm:ss13:00:00
hh:mm:ss01:00:00 PM
HH.mm.ss13.00.00
hh.mm.ss01.00.00 PM
To override this default for a specific envelope, set the timestamp_format property when creating the envelope.