I am building a website and it need to be in 7 languages? I was wondering if there is a good practice can be applied to get multilingual php script?
There are plenty of options for storing translations:
I'd suggest you use something like Zend_Translate which supports multiple adapters and provides a basic approach to embedding translations in your application.