I would *assume* that gettext would have the best performance.. Though I can't back this up. Anyone?
-----Original Message----- From: Zygimantas Berziunas [mailto:[EMAIL PROTECTED] Sent: 2003/08/22 (金) 2:51 To: [EMAIL PROTECTED] Cc: Subject: [PHP-I18N] Performance matter What do you think it is better for performance of multilingual site: 1 - define all messages in one english.lang file as constants, 2 - define current page messages in english.page.lang as constants 3 - parse all messages as variables in array using parse_ini_file and file english.ini 4 - parse current page messages as variables in array using parse_ini_file and file page.english.ini? more suggestions maybe? -- PHP Internationalization Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php