I use this in a transformation every now and then when I need to check if the sub pages are of a specific class.
CMS.DocumentEngine.DocumentHelper.GetDocuments().Path(Eval("NodeAliasPath")
You could also use:
CMS.DocumentEngine.DocumentHelper.GetDocuments().Where("NodeID = " + Eval("NodeID"))
And specify the culture you're searching for.