Loading languagefile for each controller |
Hi,
normaly, so i know and understand it, CI has all translations in a single languagefile for each language or you have multiple files, but all files will load together. I have a lot of translations and most of them are not necessary to load and hold. I want to create a global file with global translations this is for general use and additional for each controller a own file. Now i want, that only this two files should load and hold and not all. Is it possible or may there is a better idear to handle large translation-files?
You would most likely need to extend system\Language\Language.php and add what you need.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
CodeIgniter Users Guide - Creating Core System Classes
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |