> How would you do if you want the translation diametral, i.e. a list of a > word in translated in each language (not in only one language)? like alt 2: > > > alt 1: (you solved) > en: word > sentence > paragraph > sv: ord > mening > paragraf > > > alt 2: (the question) > word > ord > Wort
You would need to go through all the available languages, look-up the key you're interested in (e.g. "word"), and accumulate all possible translations in a custom data structure. T. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
