gameplay.list_languages
Overview
- Returns all supported languages from the L10N data table (row id, Unreal culture name, Steam culture name) plus the current language.
Metadata
| Field | Value |
|---|---|
| Display | List Languages |
| Category | gameplay |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
- This command takes no parameters.
Returns
Returns a JSON object with the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
current | string | yes | Current language row id |
languages | array | yes | Supported languages from the L10N table |
languages[].id | string | yes | Language row id |
languages[].culture_unreal | string | yes | Unreal culture name |
languages[].culture_steam | string | yes | Steam culture name |
Usage
await inzoi.cli.execute('gameplay.list_languages');