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.
Use an established solution, the problem is not as trivial as it may seem initially. gettext is good, though you'll really need to get into the workflow, which may be a bit of an uphill battle in the beginning.