November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
[EPiServer.PlugIn.GuiPlugIn(
Area=EPiServer.PlugIn.PlugInArea.EditPanel,
Url = "/fguide/plugin/relatedpages.ascx",
LanguagePath="/edit/editpanel/tabrelatedpages"
)]
.. which means add the LanguagePath attribute (and remove displayname and description) and add the following code to the language files:
Relaterade sidor
over n out /S
[EPiServer.PlugIn.GuiPlugIn( DisplayName="Related pages", Description="", Area=EPiServer.PlugIn.PlugInArea.EditPanel, Url = "/fguide/plugin/relatedpages.ascx" )]
.. is the code you write to create the tab, but then it'll read "Related pages" as the title, while it should say Relaterade sidor" for swedish editors. I've put in: