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.Global.EPDataFactory.GetChildren(PageReference)
(used without assigning a extra LanguageBranch parameter) This method is supposed to return the Child pages in the currently used languageBranch but as we lack the information in this plugin seems to ommit the language cookie used by the Edit mode and returns the pages in the browser/system language.
If we used the same code in all systems using the EPiServer.Global.EPDataFactory.GetChildren(prCEPContainer, EPiServer.Core.LanguageSelector.MasterLanguage());
all systems return the correct amount of pages.