GetString: Difference between revisions

From VisionaireWiki
Jump to navigation Jump to search
(New page: ==getString== Lua Syntax: <pre>getString(label)</pre> ===Arguments=== ====label==== :'''"string"''' - Label which will be translated with current language of editor ===Flags=== ===Return...)
(No difference)

Revision as of 10:38, 25 October 2008

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.