Hi,
My problem is that I cannot fetch translated pages from Xwiki using XML/RPC
interface.
I have tried it like this:
xwikiInterface.getPage(iToken, Space.Page + "?language=en");
but it returns the default page.
My Xwiki-interface getPage method is defined as follows:
[XmlRpcMethod("confluence1.getPage")]
PageStruct getPage(String token, String pageId);
I'm using C# language and Visual Studio 2008 and I currently have a working
prototype of an application which fetches Xwiki-pages from remote
Xwiki-installation. But now the problem is how to get also translated pages.
Any help regarding this issue would be greatly appreciated.
Best regards
-paristo
Show replies by date