locale

On this page

Description:

This key defines the locale that CloudCannon uses to determine the number of words or graphemes in this Input, if you have max_words, min_words, max_graphemes, or min_graphemes configured.

Appears in:
├── Text Input
│   └── options
│       └── locale
├── _inputs
│   └── *
│       ├── Textarea Input
│       │   └── options
│       │       └── locale
│       ├── Code Input
│       │   └── options
│       │       └── locale
│       ├── Color Input
│       │   └── options
│       │       └── locale
│       ├── Rich Text Input
│       │   └── options
│       │       └── locale
│       ├── File Input
│       │   └── options
│       │       └── locale
│       └── Choice Input
│           └── options
│               └── locale
├── URL Input
│   └── options
│       └── locale
└── Select Input
    └── options
        └── locale
Type:
string
Examples:
Open in a new tab