Hi, Whats the best solution for implementing I18N in yii application for database data, without storing multiple language data storage in database? For static texts and labels, i used Language picker extension and its work fine. But no idea about database data. How it can implement?
Thanks.