rarebit Posted November 18, 2008 Share Posted November 18, 2008 What's the best way to implement a site capable of changing languages? 1. Include appropriate page, filled with 'define''s. 2. Include an appropriate page with an array and use a function to extract. 3. Use a function to extract from a database. 4. Other suggestions? ? Link to comment https://forums.phpfreaks.com/topic/133256-multilingual/ Share on other sites More sharing options...
DarkWater Posted November 18, 2008 Share Posted November 18, 2008 You can fool around with the _() function: http://us3.php.net/_ It's really an alias for gettext(). Link to comment https://forums.phpfreaks.com/topic/133256-multilingual/#findComment-693057 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.