Dynamic multi language site in CodeIgniter. Best approach? Dynamic multi language site in CodeIgniter. Best approach? codeigniter codeigniter

Dynamic multi language site in CodeIgniter. Best approach?


So, I found this extension on EllisLab's GitHub page and I think it'll do what I want.

https://github.com/EllisLab/CodeIgniter/wiki/Language-Class-Extended-DB

From the page:

This is more or less an example on how to extend the core language class to fetch language lines from a database if the language file doesn't exist.

Works identically the same as the existing core class with no extra params required.

Everything you'll need or need to know is in the code comments. Enjoy... feel free to expand on it and repost it, or whatever.

Hope it helps someone in the same situation.