By fabius on
I am planning a module with nodes that will display and capture (via a form) words in one language alongside their translation in another language. Field tags may be in a third language. Maximum of three languages on one node. Data will be stored in MySQL 5.1. I will occasionally be mixing RTL and LTR languages. There are four combinations of the latter (LTR-LTR, RTL-RTL, LTR-RTL, RTL-LTR) so I plan four tables of data. However there could be multiple language pairs in each table.
As this is my first module, I would be grateful for any advice. My current multisite uses D6.