[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.InitializationOptions.LocaleData

LocaleData Property

LocaleData

Gets or sets the JSON string containing localization strings for the Viewer.

Declaration
public string LocaleData { get; set; }
Property Value
Type Description
string

A JSON string representing the localization data.

Examples
//See file from assets "ar-blazor-viewer-locale.json" for more information.
@"{
     ""export"": {
         ""boolTextFalse"": ""Yes"",
         ""boolTextTrue"": ""No""
     },
     ""viewer"": {
         ""toolbar"": {
             ""refresh"": ""Update""
         }
     }
}";