Translation2_Admin::updateLang | Translation2_Admin::add |
Translation2 | |
PEAR Manual | |
require_once 'Admin.php'; |
mixed Translation2_Admin::removeLang (
string $langID = NULL
, boolean $force = FALSE
)
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
Code of the language to remove
returns true on success, PEAR_Error on failure
This function can not be called statically.
Translation2_Admin::updateLang | Translation2_Admin::add |
Translation2 | |
PEAR Manual | |