Multilanguage Site

Hi guys, i intended to make a new multilanguage site with this features:

  • set new language from back end

  • manage all languages’s content from back end

  • manage all languages’s menu/widget/ecc… from back end

in all manner i want to store data into a db.

what’s the best choice that i con do?

best regards

you can use this extension

http://www.yiiframework.com/extension/full-featured-cms

or if you want want to create it by yourself then you can ref. this link

http://www.yiiframework.com/wiki/210/multilanguage-web-site-controlling-by-get-request-and-database-allowed-languages/

Thanks, about the first link i have just downloaded and installed that system but an user in the yii italian’s google group, pointed out to me that this system include yii and could be make some issues when i want to upgrade the framework.

what do you think about it?

that might be because of they have their own kind of structure i don’t know i have never use that… whenever i create multilingual site i created my own…so you can try that too best thing

He’s refered at the framework folder included into webbapp folder and not put it at the same level of webapp folder.