View Categories

Localization

< 1 min read

  • Methods
LocalizationSystem.GetTranslation("some text or code");

GetTranslation – returns translated text if it finds it in the list. If there is no such translation, it returns the same text.

Powered by BetterDocs

Go to Top