London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?