I would like to ask for suggestions on implementing localization in codeigniter. The problem that I'm facing now is I need to localize the site's copies/contents. It may sound simple but what if I needed to localize a whole article,with html tags and css, to 9 diff languages?
I've already considered using the localization feature of CI and i don't think it is a good solution to this kind of localization. Also, I'm not considering to use a database for contents.
Can you please share your thought/technique/approach that you used for this problem? Thanks in advance!