![]() |
Need to know translate the Dashboard of BackendPro? if all feature are already existed - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Need to know translate the Dashboard of BackendPro? if all feature are already existed (/showthread.php?tid=54827) |
Need to know translate the Dashboard of BackendPro? if all feature are already existed - El Forum - 09-27-2012 [eluser]princeexpedition[/eluser] Hello All, I am using backendpro CMS where am trying to extend some features.. Just need to know if there is way to translate the admin dashboard too.. I have found something using on the backendpro.. actually, whenever i change the language on the config.php as following below way.. it really works... $config['language'] = "english"; ---- It loads everything on the dashboard in English OR $config['language'] = "Spanish"; ---- It loads everything on the dashboard in Spanish But just need to know how to handle this lang stuffs.. through session loading or another way to handling it.. Thanks in advance... andy |