ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / InitializationOptions Class / Locale Property

In This Topic
    Locale Property (InitializationOptions)
    In This Topic
    Gets or sets the locale used for displaying UI elements in the Viewer.
    Syntax
    'Declaration
     
    Public Property Locale As String
    public string Locale {get; set;}

    Property Value

    The locale as a System.String.
    See Also