ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / Language Property

In This Topic
    Language Property (ReportDesigner)
    In This Topic
    Gets or sets the language to use for the Designer.
    Syntax
    'Declaration
     
    Public Property Language As String
    public string Language {get; set;}

    Property Value

    A System.String representing the language code (e.g., "en", "ja").
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also