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 Single

Class to define just one key to return a single value. It is used in the Text component for example.

PreviousValidatorNextCreate New Localized Multi

Last updated 2 years ago

Important Methods

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

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

đŸŸĸ LocalizedString( string ) Get the text value of defined key.

Editor Methods

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

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

Tutorial

đŸ“Ļ