User Tools

Site Tools


global:languages

This is an old revision of the document!


Languages

UFE allows you to store a few lines of texts divided by language so you can offer multiple languages in your product as well as directly access the selected language through code.

Notes:

  • Use %character% to write down the character's name (-if- they can be referenced)
  • Use %round% to write down the current round number
  • Use %combo% to show the amount of hits in the combo (combo message only)

Code access:

UFE.config.selectedLanguage

Code example:

Debug.Log(UFE.config.selectedLanguage.Start);

< Back to Global Editor

global/languages.1431647974.txt.gz · Last modified: 2015/05/14 19:59 by Mistermind