Simple Translation
  • 👋Welcome to Simple Translation
  • Overview
    • 📋ChangeLog
    • ❓Support
    • đŸ•šī¸Examples
  • CONFIGURE
    • âš™ī¸Localization
    • 📑Google Spreadsheets
  • Begginer Tutorials
    • đŸ“ĻSelect Language Component
    • đŸ“ĻLocalized Component
    • đŸ“Ļ Arguments
    • đŸ“ĻSave, Load, Default, Sync and System Language
    • đŸ“ĻLocalization Events
    • đŸ“ĻValidator
  • Advanced Tutorials
    • đŸ“ĻCreate New Localized Single
    • đŸ“ĻCreate New Localized Multi
    • đŸ“ĻCreate New Localized Event
    • đŸ“ĻCreate New Select Language
Powered by GitBook
On this page
  • 1 - Step
  • 2 - Step
  • 3 - Step
  • 4 - Step
  • Tutorial
  1. CONFIGURE

Localization

PreviousExamplesNextGoogle Spreadsheets

Last updated 2 years ago

1 - Step

Add the Localization script to the scene.

2 - Step

In the ScriptableObject SimpleTranslationData create and define the folder where the downloaded spreadsheets will be located (Remember that it must be inside a Resources folder).

3 - Step

In the Localization script, set the worksheets folder directory from the Resources folder.

4 - Step

In the Localization script, clicking on the three dots of the component, save the modified information (Every modification made to Localization must be saved before running the game).

Tutorial

âš™ī¸