Language

Overview

Defines the output location for generated equipment descriptions. This setting does not automatically translate text content, it just directs the path from where the file will be generated.


language

Set language to match your game's language.

Type: string Default: "us"

Options: "us", "fr", "de", "es", "it", "kr", "ch", "cn", "in"


Output Paths

The language setting determines where the generated description file will be saved:

Language
Output File Path

"us"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/us.lua

"fr"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/fr.lua

"de"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/de.lua

"es"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/es.lua

"it"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/it.lua

"kr"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/kr.lua

"ch"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/ch.lua

"cn"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/cn.lua

"in"

scripts/config/TheInsurgentsDescriptiveInventoryConfig/in.lua

The Insurgent's Descriptive Inventory automatically loads the appropriate configuration file based on the game's language settings.

See The Insurgent's Descriptive Inventory Language documentation for details on how language files are loaded.

Last updated