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
  • Importate Methods
  • Editor Methods
  • Tutorial
  1. Advanced Tutorials

Create New Select Language

Class used to create a language selector.

PreviousCreate New Localized Event

Last updated 2 years ago

Importate Methods

đŸŸĸ GetControlValue( ) Get the value of the control to set the language.

đŸŸĸ SetControlValue( int ) Set the value of the control using the language value.

đŸŸĸ SelectLanguage( ) Select the language according to the value in the control.

đŸŸĸ SelectLanguage(float), SelectLanguage(int), SelectLanguage(string), SelectLanguage(bool) Select the language according to the value in the control, only used in Selectable UI elements.

Editor Methods

đŸŸĸInspectorEditorTitle( ) Define title that will show in the inspector.

đŸŸĸInspectorEditorUpdate( ) Method that updates only in GUI Inspector Editor.

Tutorial

đŸ“Ļ