Is there anyway to translate data in database by using the language file dynamic ?

Permalink
Hello Everyone,

I have a package for which i need transaltions for database tables value

1. User attribute (dropdown) values translation
2. Also I have my own table which will have its own values for say example i am managing regions name in my db table , for which i need translation too

As i need the translation in about 6-7 languages .. so i need a dynamic way to manage it

So is there any way available for it ? Can it be done with c5 language file or any dyanmic addon available for it?

Can anyone please guide me on this? please help me to get the solution for this.

 
Remo replied on at Permalink Best Answer Reply
Remo
yes, you'll need this add-on to achieve thathttps://github.com/mlocati/concrete5-localizer...

here's a bit of documentation about it
http://www.concrete5.org/documentation/how-tos/developers/translati...
savan replied on at Permalink Reply
Hi Remo,

Thanks for your reply. I have looked at the documentation but they don't specify that they support also other database table that are made by user , as i have my own tables for my package that needs the translation. So if you have any idea that the add-on supports it ?

Thank you for all your help.
Remo replied on at Permalink Reply
Remo
You can easily extend the add-on, but you'll have to write some code..
savan replied on at Permalink Reply
Ok remo i will check for it. thanks