Languages & currencies

Currency and Language Settings

This document describes how currency and language settings work in the Stood CRM application, including how to configure them for different teams and regions.

Overview

The application supports:

Language Settings

Supported Languages

Language Code

Language Name

File Location

en

English

web/labels.json

fr

Français

web/labels_fr.json

de

Deutsch

web/labels_de.json

es

Español

web/labels_es.json

pt

Português

web/labels_pt.json

nl

Nederlands

web/labels_nl.json

it

Italiano

web/labels_it.json

Language Detection

Each team's language is determined by the "language" key in their labels:

{
"language": "fr",
"stood": "Stood",
"dealsInProgress": "Affaires en cours",
// ... other labels
}

Managing Languages

In Admin View

  1. Go to Admin Console

  2. Click Sync and refresh labels - automatically syncs with correct language for each team

  3. View language statistics in success message (e.g., "French: 3 teams, German: 2 teams")

In Manage Labels Dialog

  1. Open Manage Labels for any team

  2. Select language from dropdown

  3. Click Load Translations to load all labels from selected language

  4. Save changes to apply translations to the team

Currency Settings

Currency Configuration

Each language file contains currency settings:

{
"currencyCode": "EUR",
"currencySymbol": "€"
}

Current Currency Settings

All language files currently use:

Adding New Currencies

To add a new currency for a specific language:Edit the language file: Update currencyCode and currencySymbol

Example: USD for English

// web/labels.json
{
"language": "en",
"currencyCode": "USD",
"currencySymbol": "$",
// ... other labels
}

Contact - Stood CRM support & integration

Published with Nuclino