Skip to main content

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

FieldValue
DisplayList Languages
Categorygameplay
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

  • This command takes no parameters.

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
currentstringyesCurrent language row id
languagesarrayyesSupported languages from the L10N table
languages[].idstringyesLanguage row id
languages[].culture_unrealstringyesUnreal culture name
languages[].culture_steamstringyesSteam culture name

Usage

await inzoi.cli.execute('gameplay.list_languages');