Welcome Guest, Not a member yet? Register   Sign In
Autoload specific language for specific controller
#1

[eluser]bluepicaso[/eluser]
hey,
i have a small problem. I don't need to use Internationalization (i18n) because its used for only one section of whole project(defined in one controller).
I have a controller named "Counter". I want to load another language by default with using

Code:
$this->lang->load('my', 'norwegian');
// where norwegian is a folder in "application/language"


only one time but NOT every time when i load new views?
is there a good way?

thank you




Theme © iAndrew 2016 - Forum software by © MyBB