php - Is it possible to insert data in different languages in table columns in Codeigniter? -


i working in codeigniter application language class.

so far, have application running perfect , translating languages using language files.

but need add new functionality related translation.

how work: when user posts data, inserted on different columns being translated different languages each column. means database content (data inserted using forms description of post) being translated various languages.

because can not create language file need way data being inserted.

i looking suggestions. can't figure out way this.

thanks in advance.

i'm not sure of specifics of you're trying accomplish, have considered creating language file programmatically? rather handwriting it, create on fly or after updating database.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -