Writes all current localizations to the specified byte array.

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

Syntax

C#
public bool SaveLocalizations(
	out byte[] byteArray
)
Visual Basic
Public Function SaveLocalizations ( _
	<OutAttribute> ByRef byteArray As Byte() _
) As Boolean

Parameters

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

See Also