$language
$language : array
List of translations
Language Class
load(mixed $langfile, string $idiom = '', boolean $return = FALSE, boolean $add_suffix = TRUE, string $alt_path = '') : void|array<mixed,string>
Load a language file
mixed | $langfile | Language file name |
string | $idiom | Language name (english, etc.) |
boolean | $return | Whether to return the loaded array of translations |
boolean | $add_suffix | Whether to add suffix to $langfile |
string | $alt_path | Alternative path to look for the language file |
Array containing translations, if $return is set to TRUE