LoadFile Method
The LoadFile method loads and specifies the strings from a string table file.
Syntax
SiteKioskWindow.StringTable.LoadFile(str)
|
Parameters
String that specifies the string table file.
|
Return Value
Remarks
String table files are .xml files containing strings in several languages.
They are located in the main directory of the currently used browser skin.
Examples
The following example loads a string table file from the current browser skin's main directory.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKioskWindow.StringTable.LoadFile("mystringtable.xml");
</SCRIPT>
|
Applies to
SiteKiosk v5.0 (and later versions).
Back to top