2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / C1Chart Class / LoadLocalizations Method / LoadLocalizations(Stream) Method
Specifies the Stream to which localizations are written.

In This Topic
    LoadLocalizations(Stream) Method
    In This Topic
    Reads all localizations from the specified stream and uses them locally at runtime.
    Syntax
    'Declaration
     
    Public Overloads Function LoadLocalizations( _
       ByVal stream As System.IO.Stream _
    ) As System.Boolean
    public System.bool LoadLocalizations( 
       System.IO.Stream stream
    )

    Parameters

    stream
    Specifies the Stream to which localizations are written.
    See Also