Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›Customize UI

MobbSign Web SDK

  • Overview
  • Integrate via NPM
  • Configure

Usage

  • Load a document
  • Sign a document
  • Finish the process
  • Error handling
  • Listening events

Customize UI

  • Customize action buttons
  • Customize signature stroke
  • Adding languages

Help

  • API reference
  • Changelog
  • Migration guides

Adding more languages to MobbSign Web

Add a language

Currently, MobbSign Web includes English 🇬🇧 and Spanish 🇪🇸 translations, but you could add them by adding a translation file in your locales/ folder. The name of the file should follow this pattern:

locales/translation-{lang}.json

Where lang is an ISO 639 code, two-letter codes (set 1). You can use the provided translation-en.json to complete your own translation file:

{
  "mobbsign": {
    "sign-tooltip": "Sign the document",
    "annotate-tooltip": "Add annotation",
    "discard-signature-tooltip": "Discard signature",
    "confirm-signature-tooltip": "Confirm signature",
    "done-tooltip": "Finish"
  }
}

Show MobbSign Web in a language

To display MobbSign Web in a specific language, simply specify its ISO-639 code in the language parameter when creating the MobbSign object:

    new MobbSign({
      ...
      language: 'fr',
    }).then((mobbsign) => {
      mobbsign.load(`documentId`);
    });
← Customize signature strokeAPI reference →
  • Add a language
  • Show MobbSign Web in a language
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL