bluejay002 Posted July 8, 2008 Share Posted July 8, 2008 Hi! Can anyone recommend a PHP framework that have internationalization support? Since the website need to support shifting from one language to another. Also, something that would require less-to-none server (Apache and PHP) reconfiguration since some apps might be affected. Am open to suggestions... thanks a lot! Jay, Link to comment https://forums.phpfreaks.com/topic/113674-internationalization/ Share on other sites More sharing options...
jonsjava Posted July 8, 2008 Share Posted July 8, 2008 any/all that I can think of require you to still write the different texts for the site. Smarty comes to mind... Link to comment https://forums.phpfreaks.com/topic/113674-internationalization/#findComment-584172 Share on other sites More sharing options...
bluejay002 Posted July 8, 2008 Author Share Posted July 8, 2008 yep3x... something like that. I knew that I need to write it somehow but I mean whenever selecting a language, you will notice that the uri would have like /en/ or /ja/. With Akelos, It will do the shifting for you, as long as you have the necessary files ready, which has the translation. Other than that framework, is there any other framework, say CakePHP, CI, Symphony or whatever else, that had such support yet during production, such framework has less to none server configuration to avoid side effects to other existing apps. thanks for the reply. Link to comment https://forums.phpfreaks.com/topic/113674-internationalization/#findComment-584198 Share on other sites More sharing options...
cooldude832 Posted July 8, 2008 Share Posted July 8, 2008 You can actually very easily write your own and use google's translator to adjust languages If you store your content sections in MySQL simply use cURL to retrieve translations of your data through google's translator or anyone you like. Link to comment https://forums.phpfreaks.com/topic/113674-internationalization/#findComment-584211 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.