MindFusion.Wpf Pack Programmer's Guide
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: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void SetLocalizationInfo (
    string xmlFile
)

Visual Basic  Copy Code

Public Sub SetLocalizationInfo( _
    xmlFile As String _
)

 Parameters

xmlFile

A XML file containing the localization strings.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace