Search
LocalizationInfo.saveToXml Method (String)
See Also
 






Saves the localization info to an XML document.

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

 Syntax

Java  Copy Code

public void saveToXml (
    String fileName
)

 Parameters

fileName

The path of the file to save to.

 Remarks

Call loadFromXml to restore the localization info later.

 See Also