Reads all localizations from the specified byte array 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(
	byte[] byteArray
)
Visual Basic
Public Function LoadLocalizations ( _
	byteArray As Byte() _
) As Boolean

Parameters

byteArray
Type: array<System..::..Byte>[]()[][]
Specifies the byte array to which localizations are written.

See Also