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. Begginer Tutorials

Select Language Component

There are several ways to select a language using UI elements or creating your own. Just add the component to select the language according to its function the component.

PreviousGoogle SpreadsheetsNextLocalized Component

Last updated 2 years ago

Add Component > Rage Machine > Simple Translation > Language Selection Ways

đŸŸĸ Select Language Buttons When pressing the Button defined in the script, it selects a language.

đŸŸĸ Select Language Dropdown Add this script only in a Dropdown. By changing the Dropdown value a language is selected.

đŸŸĸ Select Language InputField Add this script only in a InputField. By changing the InputField value a language is selected.

đŸŸĸ Select Language Scrollbar Add this script only on a Scrollbar. When changing the Scrollbar value, a language is selected.

đŸŸĸ Select Language Slider Add this script only in a Slider. When changing the Slider value, a language is selected.

đŸŸĸ Select Language Toggle Add this script only in a Toggle. When changing the Toggle value, a language is selected.

đŸŸĸ Select Language TMP Dropdown Add this script only in a TMP Dropdown. When changing the TMP Dropdown value, a language is selected.

đŸŸĸ Select Language TMP InputField Add this script only in a TMP InputField. By changing the TMP InputField value a language is selected.

You can create your own Language Selector.

Tutorial

đŸ“Ļ
đŸ“ĻCreate New Select Language