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