require_once 'Admin.php';
mixed Translation2_Admin::addLang (array $langData)
mixed Translation2_Admin::addLang
If the langsAvail table doesn't exist yet, it is created.
array( 'lang_id' => 'en', 'table_name' => 'i18n', 'name' => 'english', 'meta' => 'some meta info', 'error_text' => 'not available', 'encoding' => 'iso-8859-1', );
returns true on success, PEAR_Error on failure
This function can not be called statically.