TIM.Translator
  • ⬇️Installation
  • ❔About
  • Guides
    • 🔖Change the language in Editor
    • 🏷️Text Translatable
    • ⛓️Complex Text Translatable
    • #️⃣C# code
      • #️⃣String Translatable
      • #️⃣Complex String Translatable
      • #️⃣Change the language
  • Projects with translator
    • 1️Gamedev Life Simulator
    • 2️21st UNIVERSE
Powered by GitBook
On this page

About

10 Languages

public enum Language
{
    English,
    Russian,
    SimplifiedChinese,
    Spanish,
    Portuguese,
    German,
    Japanese,
    French,
    Polish,
    Turkish
}
PreviousInstallationNextChange the language in Editor

Last updated 2 years ago

❔