| Function | Defined by | ||
|---|---|---|---|
|
getString(id:String, ... args):String
Simple substitution for
ProntoShell.instantPoll("getString",
"MyVideos", null) as String. | com.pronto.lib | ||
| getString | () | function |
public function getString(id:String, ... args):String
Simple substitution for ProntoShell.instantPoll("getString",
"MyVideos", null) as String. Now it can be done just via
getString("MyVideos").
id:String — String id. Can be found in /Files/strings.data on your server.
|
|
... args — If target string contains ^0, ^1, ... - they will be replaced
with corresponding args.
|
String — Localized resulting string.
|