I'm new in PHP I've made a MVC framework after some tutorial and I really learn a lot. I know with a built-in framework like Zend I've could done this easy I think. So what i want to do next is to build a multilingual site. For start will be only to languages like Romanian and English.
The problem that I've got is that i will have an option from witch users can add new pages to the site after a review of one of the admins, here the base language will be Romanian. So There will be a text at least of 200 words and there could be as many pages as database can keep. SO There should be something like an automatic translation, but this is not good enough thinking this will be a presentation site.
I have looked into tutorials and examples on this but id cannot fine some solution to fix my problem. My pages content will be generated from database. After some wrong solution I have thought to a solution to keep in the db only some id instead of a word/phrase and to that id to correspond some id's from translation table. This is not a good option thinking that there will be no good for adaptation from one language to another.
Can you give me some solution for this? Or can you give me some good tutorials/ examples to map to my problem?
Thank you
