Updated language engine to support multiple character sets, and added the Chinese translation.

This commit is contained in:
JT Smith 2002-07-07 04:46:11 +00:00
parent a22aeaf155
commit 564392cced
8 changed files with 695 additions and 29 deletions

View file

@ -37,7 +37,7 @@ use WebGUI::URL;
$karma = $u->karma;
$lastUpdated = $u->lastUpdated;
$ldapURL = $u->ldapURL("ldap://ldap.mycompany.com:389/o=MyCompany");
$languagePreference = $u->profileField("language","English");
$languagePreference = $u->profileField("language",1);
$username = $u->username("jonboy");
$u->addToGroups(\@arr);