Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
[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: