Reads all localizations from the specified file and uses them locally at runtime.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public bool LoadLocalizations(
	string LocalizationFile
)
Visual Basic
Public Function LoadLocalizations ( _
	LocalizationFile As String _
) As Boolean

Parameters

LocalizationFile
Type: System..::..String
Specifies the file to which localizations are written.

See Also