Language helper The Language Helper file contains functions that assist in working with language files. Loading this Helper This helper is loaded using the following code:
1 |
$this->load->helper('language'); |
Available Functions The following functions are available: lang($line[, $for = ”[, $attributes = array()]]) Parameters: $line (string) – Language line key $for (string) – HTML “for” attribute (ID […]