[]
Gets or sets the JSON string containing localization strings for the Viewer.
public string LocaleData { get; set; }
Type | Description |
---|---|
string | A JSON string representing the localization data. |
//See file from assets "ar-blazor-viewer-locale.json" for more information.
@"{
""export"": {
""boolTextFalse"": ""Yes"",
""boolTextTrue"": ""No""
},
""viewer"": {
""toolbar"": {
""refresh"": ""Update""
}
}
}";