Search
LocalizationInfo.loadFromXml Method (String)
See Also
 






Loads localization info from an XML document.

Namespace: com.mindfusion.scheduling.standardforms
Package: com.mindfusion.scheduling.standardforms

 Syntax

Java  Copy Code

public void loadFromXml (
    String filePath
)

 Parameters

filePath

The path of the file to load from.

 Remarks

This method loads data from an XML file created by a previous call to saveToXml.

 See Also