Import/Export (CSV)

You can import and export your localized text assets with CSVarrow-up-right files easily.

Exporting to CSV File

Follow these steps to export your text assets as CSVarrow-up-right file:

Window -> GameToolkit -> Localization -> Export .csv

It will create a CSVarrow-up-right file to path you selected.

circle-info

Languages that are included in localization settings can be exported only.

Example CSV File

Importing from CSV File

Follow these steps to import a CSVarrow-up-right file to your project:

It will create text assets which does not exist before, and updates ones that are exist before. There are few rules for importing a CSVarrow-up-right file successfully:

  • The first record must be a "header", which contains column names in each of the fields

    • The first column of the first record is the asset name (Key).

    • Following columns are the languages that are used in the project.

      • Language column must have ISO-639-1 language codearrow-up-right. If the column has any other data like language name or something like that, it must be separated by whitespace from the language code.

  • Following records contains localized text values regarding to the corresponding language.

    • The first column must have the asset name (Key) that must be unique.

You can specify import location for newly created localized text assets from localization settings.

Last updated