Translation2_Admin::removeLang()

Translation2_Admin::removeLang() -- Remove the language from the langsAvail table and drop the strings table.

Synopsis

require_once 'Admin.php';

mixed Translation2_Admin::removeLang ([string $langID = NULL [, boolean $force = FALSE]])

Descripción

If the strings table holds other languages and $force==FALSE, then only the lang column is dropped. If $force==TRUE, the whole table is dropped without any check

Parámetro

string $langID

Code of the language to remove

boolean $force

Valor devuelto

returns true on success, PEAR_Error on failure

Nota

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