Translation2::getLangs()

Translation2::getLangs() -- get langs

Synopsis

require_once 'Translation2.php';

array Translation2::getLangs ([string $format = 'name'])

Descripción

Get some extra information about the languages (their full names, the localized error text, their codes...)

Parámetro

string $format

['ids', 'names', 'array']

Nota

Esta función no puede ser llamada estáticamente.