Welcome Guest, Not a member yet? Register   Sign In
load a lang file into an array
#3

Why would you want to take an array and put it in a new array?

If the lang file is loaded and you know the key name al you need todo to get the value is

PHP Code:
$language_value $this->lang->line('language_key'); 

OR use the helper

PHP Code:
$this->load->helper('language');

$language_value lang('language_key'); 

Info here: Language documentation CI 3.x
Reply


Messages In This Thread
load a lang file into an array - by muuucho - 03-28-2017, 09:24 AM
RE: load a lang file into an array - by muuucho - 04-04-2017, 01:21 AM
RE: load a lang file into an array - by Martin7483 - 04-04-2017, 05:47 AM
RE: load a lang file into an array - by muuucho - 04-04-2017, 09:11 AM
RE: load a lang file into an array - by muuucho - 04-06-2017, 05:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB