ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer Namespace / C1ReportViewer Class / LocalizeString Method
The key.
The default value.

In This Topic
    LocalizeString Method
    In This Topic
    Localizes the string.
    Syntax
    'Declaration
     
    Public Shared Function LocalizeString( _
       ByVal key As System.String, _
       ByVal defaultValue As System.String _
    ) As System.String
    public static System.string LocalizeString( 
       System.string key,
       System.string defaultValue
    )

    Parameters

    key
    The key.
    defaultValue
    The default value.
    See Also