[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.LoadLocalizations

LoadLocalizations Method

LoadLocalizations(string)

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

Declaration
public bool LoadLocalizations(string LocalizationFile)
Parameters
Type Name Description
string LocalizationFile

Specifies the file to which localizations are written.

Returns
Type Description
bool

LoadLocalizations(Stream)

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

Declaration
public bool LoadLocalizations(Stream stream)
Parameters
Type Name Description
Stream stream

Specifies the Stream to which localizations are written.

Returns
Type Description
bool

LoadLocalizations(byte[])

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

Declaration
public bool LoadLocalizations(byte[] byteArray)
Parameters
Type Name Description
byte[] byteArray

Specifies the byte array to which localizations are written.

Returns
Type Description
bool