Hi,
How do I determine in how many languages an Episerver (4.60) page has been published in?
E.g. there are 3 available languages that the page can be in : English, French and German, but the page has only been published in English and French. Therefore I want to display to the user on the portal that a certain page is avaiable in only English and French.
Thanks,
Danie
Hello Daniel!
Please see the Globalization tech note for faq:s for globalization.
For this specific question you have the following method:
PageDataCollection languages = Global.EPDataFactory.GetLanguageBranches(pageLink)
Every page represents a specific language and has its own status (ie published, readyforpublishing..).