Logo

Localization Table

Defines keys and organizes content

Overview

A ScriptableObject that acts as a template for your content. It defines the keys (IDs) that are shared across all languages. Common examples of tables are "UI", "Dialogue", or "Inventory".


Public Properties

PropertyTypeDescription
IDstringUnique identifier for the table (e.g., "Subtitles").
sheetGIDstringThe specific Google Sheet tab ID (required only for Google Sheets integration).
contentList<TableContent>The list of keys defined in this table.

Editing Tables

Tables are best edited using the dedicated editor window.

Navigate to Tools -> Evo Localization -> Open Localization Table

Alternatively, click the Edit button on a table entry inside Localization Settings

Select the table you wish to edit from the dropdown

Use the window to add keys, remove keys, or edit translations for all languages simultaneously


On this page