GetString

From VisionaireWiki
Revision as of 09:38, 25 October 2008 by Timo (talk | contribs) (New page: ==getString== Lua Syntax: <pre>getString(label)</pre> ===Arguments=== ====label==== :'''"string"''' - Label which will be translated with current language of editor ===Flags=== ===Return...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

getString

Lua Syntax:

getString(label)

Arguments

label

"string" - Label which will be translated with current language of editor

Flags

Return Values

translatedLabel
The translated label or the original label if the label could not be translated because the translation is missing.