Search Results for

    Show / Hide Table of Contents

    Standalone Translation Source

    You can embed translations directly in a Unity scene using StandaloneTranslationSource component.

    Inspector for Standalone Translation Source

    Changing Translations at Runtime

    This translation source let's you modify the translations programmatically at runtime. While usually the translations are fixed, this may be useful in case you want to make dynamic phrases and translations.

    The "Persist Changes to File" and "Persistent File Name" fields define where the changed data should be stored. The data file is created under Application.PersistentDataPath.

    Setup Unity to Use the Public Google Sheet

    To use StandaloneTranslationSource:

    1. Add a new GameObject to your scene.
    2. Add a StandaloneTranslationSource component.
    3. Add entries to "Translation List" field. (See screenshot above)

    See Also

    • Read the Getting Started page to see No Such Localization in action.
    In This Article
    Back to top Generated by DocFX