lena Posted September 26, 2008 Share Posted September 26, 2008 Hi, What should I use as template system for multilanguage apps. For now I only use header/footer/content with css. The apps use 2 languages for now french and english (french wording is longer than english so it's not giving a nice looking as english) So I'm looking for suggestions. Thanks Link to comment https://forums.phpfreaks.com/topic/125937-template-and-multilanguage/ Share on other sites More sharing options...
sKunKbad Posted September 26, 2008 Share Posted September 26, 2008 You might download osCommerce and see how they are applying multiple languages to the same page. It's really pretty simple. You use a cookie to track the preferred language of the user, and extract your content from a database or flatfile based on the language preference. Link to comment https://forums.phpfreaks.com/topic/125937-template-and-multilanguage/#findComment-651619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.