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

Create New Localized Multi

Class to define multiple keys to return multiple values. It is used in the dropdown component for example.

PreviousCreate New Localized SingleNextCreate New Localized Event

Last updated 2 years ago

Important Methods

đŸŸĸ HandlerLocalize( ) Find text from defined key.

đŸŸĸ HandlerSetArgs( Arg[ ], bool Clear) Set the ID and value of arguments.

đŸŸĸ LocalizedStrings( string[ ] ) Get the text values of defined keys.

Editor Methods

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

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

Tutorial

đŸ“Ļ