November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?