Localization Settings

Scripting with the InventoolLocalizationSettings class.

InventoolLocalizationSettings class is a data localization data container which simply stores relevant string table names and keys.

Name
Description
Type
Access

uiTableName

The name of the localization table used for most sections of the UI.

string

public

statsTableName

The name of the localization table used for all stats and attributes.

string

public

itemTableName

The name of the localization table used for all items.

string

public

inventoolWindowLocalizationKeys

Localization keys for the main Inventool window.

InventoolWindowLocalizationKeys

public

storageWindowLocalizationKeys

Localization keys for the storage window.

StorageWindowLocalizationKeys

public

confirmPromptLocalizationKeys

Localization keys for the confirm prompt.

ConfirmPromptLocalizationKeys

public

quantityPromptLocalizationKeys

Localization keys for the quantity prompt.

QuantityPromptLocalizationKeys

public

actionMenuLocalizationKeys

Localization keys for the action menu.

ActionMenuLocalizationKeys

public

Last updated