lang
being the @language
service:
Code: Select all
$array = $this->lang->lang_raw('hlposts_tokens')
Code: Select all
/**
* Returns the raw value associated to a language key or the language key no translation is available.
* No parameter substitution is performed, can be a string or an array.
*
* @param string|array $key Language key
*
* @return array|string
*/
public function lang_raw($key)