Pages Facade w/localization
How do I filter the pages coming down with the facade to be only those in the current language specified by the page?
**Edit** Also, will the results also only show those pages the user is allowed to see, or is that another method on the Facade tree?
Sorry...one more :)
How can I get the results back into a set of nodes
I'm trying to webservice bind my menu, I dont want a flat list of Page objects, I only want (on initial load) the root items, then I can filter depending on the passed in ID
Hi Steve,
1.You have to set the System.Threading.Thread.CurrentThread.CurrentUICulture to the culture for which you want to retrieve pages or some other items.
2. Getting page nodes - you can take a look at this forum post - Iterating over Page Names
Best wishes,
Ivan Dimitrov
the Telerik team