l10n.get¶
Overview¶
- Resolves StringTable text IDs to localized strings. Pass 'key' for single or 'keys' (JSON array) for batch.
Metadata¶
| Field | Value |
|---|---|
| Display | Localize Text IDs |
| Category | l10n |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters¶
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| key | string | no | — | Single text ID to resolve |
| keys | string | no | — | JSON array of text IDs, e.g. ["id1","id2"] |
Usage¶
await inzoi.cli.execute('l10n.get', {
key: '', // optional
keys: '', // optional
});