would multiple clouds not be a good approach to i18n of content? getCloud("nl")
getCloud("en")
You can do that with:
cloud = getCloud("mmbase");
cloud.setLocale(myLocale);
-- Pierre van Rooden Mediapark, C 107 tel. +31 (0)35 6772815 "Anything worth doing is worth overdoing." _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
