Search
Workbook.setLocalizationInfo Method
See Also
 






Localizes the UI elements that are related to this workbook with the strings contained in the specified XML file.

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

 Syntax

Java  Copy Code

public void setLocalizationInfo (
    String xmlFile
)

 Parameters

xmlFile

Path to an XML file containing the localization strings.

 See Also