Search
Localization.setSource Method (String)
See Also
 






Loads localized texts from specified file.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setSource (
    String xmlFile
)

 Parameters

xmlFile

Path to the XML file containing localized strings.

 See Also