\CI_Lang

Language Class

Summary

Methods
Properties
Constants
__construct()
load()
line()
$language
$is_loaded
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$language

$language : array

List of translations

Type

array

$is_loaded

$is_loaded : array

List of loaded language files

Type

array

Methods

__construct()

__construct() : void

Class constructor

load()

load(mixed  $langfile, string  $idiom = '', boolean  $return = FALSE, boolean  $add_suffix = TRUE, string  $alt_path = '') : void|array<mixed,string>

Load a language file

Parameters

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

Returns

void|array<mixed,string> —

Array containing translations, if $return is set to TRUE

line()

line(string  $line, boolean  $log_errors = TRUE) : string

Language line

Fetches a single line of text from the language array

Parameters

string $line

Language line key

boolean $log_errors

Whether to log an error message if the line is not found

Returns

string —

Translation