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.
I'm going to call it from a plain .cs file. which does not inherit from UserControlBase
HttpContext.GetGlobalResourceObject("EPiServer", "/taglisting/commaseperated");
That should work
Looks like this will also work LanguageManager.Instance.Translate("/taglisting/commaseperated");
In EPiServer, when we want to get an xml resource file (e.g. relateplusen.xml) value from markup we use <%$Resources: EPiServer, taglisting.commaseperated %>
In code behind, how do I call that?