Does it support multi-language? I'm looking for mail program which can support hebrew language
Jul 13, 2000, 10:45 AM
Administrator (9387 posts)
Jul 13, 2000, 10:45 AM
Post #2 of 6
Views: 3255
Yes, the program does support multi-languages. All the text is in a Language file or in templates, so you can have several different languages at once.
Cheers,
Alex
--
Gossamer Threads Inc.
Cheers,
Alex
--
Gossamer Threads Inc.
Dec 19, 2000, 8:43 PM
Novice (5 posts)
Dec 19, 2000, 8:43 PM
Post #4 of 6
Views: 3174
I have made so
webmail.pm , sub setup_user, ñreate initial folders
OLD LINES
unless (exists ($folder{$INBOX})) {
$sth->execute ($userid, $INBOX, 'InBox') or &cgierr("Can't execute: '$query'. Reason: '$DBI::errstr'");
NEW LINE
unless (exists ($folder{$INBOX})) {
$sth->execute ($userid, $INBOX, 'YOU_FOLDER_NAME_HERE') or &cgierr("Can't execute: '$query'. Reason: '$DBI::errstr'");
also other folders
webmail.pm , sub setup_user, ñreate initial folders
OLD LINES
unless (exists ($folder{$INBOX})) {
$sth->execute ($userid, $INBOX, 'InBox') or &cgierr("Can't execute: '$query'. Reason: '$DBI::errstr'");
NEW LINE
unless (exists ($folder{$INBOX})) {
$sth->execute ($userid, $INBOX, 'YOU_FOLDER_NAME_HERE') or &cgierr("Can't execute: '$query'. Reason: '$DBI::errstr'");
also other folders
Dec 21, 2000, 8:07 PM
Administrator (9387 posts)
Dec 21, 2000, 8:07 PM
Post #5 of 6
Views: 3163
Hi,
Unfortunately we did miss the Inbox, Sentbox and Trash. To translate those words does require going into the script (ack). We'll fix this up asap.
Cheers,
Alex
--
Gossamer Threads Inc.
Unfortunately we did miss the Inbox, Sentbox and Trash. To translate those words does require going into the script (ack). We'll fix this up asap.
Cheers,
Alex
--
Gossamer Threads Inc.