多语言

#1 sunxch100

'lang' => array(
        'cn'=>'default'
        'cn' => APP_PATH . '/lang/default.php',
        'tw' => APP_PATH . '/lang/tw.php',
    )

为啥默认的语言还是英文?

2011-09-19 18:15:45

#2 jake

请仔细看教程http://www.speedphp.com/mutil-languages.html

2011-09-19 23:05:19