Multi-language CRUD

Hey guys, can anyone give me tips on how to design my database tables to enter multilingual content and how to setup my models and crud accordingly?

there is lots of information on this topic in terms of extensions and forum posts. Here are some:

http://www.yiiframework.com/forum/index.php/topic/7235-icrud-crud-with-i18n-support/

http://www.yiiframework.com/extension/icrud

http://www.yiiframework.com/doc/api/1.1/CDbMessageSource

This should give you an idea.

Thanks for the reply, but that’s not really what I need.

I don’t wish to translate messages, I wish to insert content in different languages.

Then checkout the last link I have quoted above:

http://www.yiiframework.com/doc/api/1.1/CDbMessageSource

Ok, that helps, but I was looking for a more elegant solution. But that is kind of what I need, thanks!

Additionally, read this thread: http://www.yiiframework.com/forum/index.php/topic/4888-multilingual-models/ It should help you further in your development

Have you found an elegant solution?

try this solution: all-of.me/yii-multilingual-crud/

Have you tried?