It is possible to make wp-dtree understand multilingual content.
One just needs to add _e("<text here>") in certain places.
Examples:
wp-dtree_pge-functions.php
line 37: echo _e("$pgeresults");
line 39: echo wp_dtree_open_pages_to(_e("$pgeresults"));
If you do that, pages now understand multilingual content.
The same with:
wp-dtree_cat-functions.php
line 104: echo _e("$catresults");
line 106: echo wp_dtree_open_cat_to(_e("$catresults"));
and:
wp-dtree_lnk-functions.php
line 63: echo _e("$lnkresults");
Didn't search, what's needed to make top node name multilingual as there is a workaround for it, if you don't use widgets.
So, could you, Ulfben, add this functionality to your excelent plugin?
You just need to copy/paste it.
Maris Svirksts