Re: [PHP] Localization and Customization of Application

2003-07-22 Thread Mike Morton
Chris: Thanks for the suggestion - I have peeked through Smarty - not bad - but it seems that the designer would still need to learn a different syntax. That is not an issue for this application however - I have really no need for separating the template and the code, since the template is alread

RE: [PHP] Localization and Customization of Application

2003-07-22 Thread Chris Hubbard
Mike, the easiest way to do this would be to use smarty. (smarty.php.net) abstract out your language specific strings into a file that is called by the template. Use a variable to define the language and use an assign to dynamically change the language file in the template. Then build a function