Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv15760 Modified Files: index.php Log Message: Add comment: setting $LANG to '' will cause systems default language to be used. Index: index.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/index.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** index.php 2001年09月19日 19:12:16 1.24 --- index.php 2001年11月09日 16:25:02 1.25 *************** *** 206,209 **** --- 206,213 ---- // Swedish "sv", and Italian, "it". // + // If you set $LANG to the empty string, your systems default + // language (as determined by the applicable environment variables) + // will be used. + // // Note that on some systems, apprently using these short forms for // the locale won't work. On my home system 'LANG=de' won't result