Re: [PHP] language internationalisation

2002-12-27 Thread Marek Kilimajer
Look at projects where it is done already (e.g. PhpNuke) If the strings are static (simple translation of static strings), keep it in a file as variables or constants, for dynamic content you may use separate table for language independent information and another table for language dependent info

[PHP] language internationalisation

2002-12-26 Thread Denis L. Menezes
Hello friends, As the subject suggests I am looking for language capabilitie on my php webpages. Can someone please tell me which is a good way? I thought that I could have a database, but if so, can MySQL: handle multiple languages in the fields(like chinese language)? if this is possible, wha