Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
[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: Relaterade sidor
in the languageSV file below the lang directory, and Related pages
in the languageEN file, but how do I proceed from here? Best regards / Stellan