A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
How on earth do i translate display name etc on custom reports?
The report page gives me a hint on whats missing:
/reportcenter/report[@name=""]/description does not exists for language Swedish.
My best guess would be that in my language file, i should put:
But that doesn't help. I also guess a should some how be able to get all other attributed from lang file, like Category (as shownb below), but i cannot figure out how!
[EPiServer.PlugIn.GuiPlugIn(
Area = EPiServer.PlugIn.PlugInArea.ReportMenu,
Url = "~/reporturl",
Category = "custom reports",
DisplayName = "report")]
Any ideas?