I want to make a site available in three languages, in my knowledge I can use three way to achieve this.
- With .po and .mo file like wordpress.
- With php array dumping in html file.
With storing a labels in database.
The database may be increase with large amount of data.
My Question is what is the fastest and better way for translating site labels in these three options.
Thanks in advance.