I have to develop a pretty simple php website so I don\'t need framework.
But it\'s must support multi language (EN/FR/CHINESE).
I have looked for php built in system and I
Althought you don't need a framework you can use a framework. The internationalization features in Zend Framework is pretty good and you can just use that part of it instead of using all the parts (including MVC)