Posted 27 May 2020, 5:13 pm EST
Hello
I’ve an issue with the language, I need change the language in the ActiveReport Web viewer and designer, i’m trying with the property “language” in the createDesignerOptions variable to change the language to spanish for example, but the labels still in english
I’m using the following configuration
const designerOptions = GrapeCity.ActiveReports.WebDesigner.createDesignerOptions(baseServerApi);
designerOptions.reportInfo = id ? { id: id, name: id } : null;
designerOptions.reportItemsFeatures.table.autoFillFooter = true;
designerOptions.saveButton.visible = true;
designerOptions.onSave = this.onSave;
designerOptions.saveAsButton.visible = true;
designerOptions.onSaveAs = onSaveAs;
designerOptions.language = 'es-us';
I really appreciate your help
Greetings