Google Translate For Database

For i18n in my application, i want to change the database content using Google translate or any other translation tool. Yii have any translation tool or how can i use the Google translate in my Yii application?

Rather than having a hard-coded, probably poor, translation, you might as well let users translate using Google Translate on the fly. At least they’ll be seeing it translated with the most up to date algorithms, and it’ll be clear that they’re using an external tool, rather than seeing shoddy translation work. Furthermore, you won’t need to recreate the translations for all languages every time you make a change to the site.

There may well be a way to integrate Google Translate with your site using a drop-down language selector. It’s not something I’ve looked into.

I’d only recommend storing separate language versions if you’ve had the content professionally translated.