Page 1 of 1

Localization / Memory Issues

Posted: Wed May 22, 2002 4:47 am
by formula409
Hi, has someone found a solid way to implement multilingual / localization? I like the idea of storing a strings hash table in RAM ... but is this possible with php4?

The only other alternative is a "strings file" which sets up a hundred variables. Won't this impact system performance at some time?

I would like to hear from php programmers who have found a good layout for this. Thanks!

Posted: Wed May 22, 2002 6:30 am
by jason
You might want to look into the gettext() capabilities of PHP in the PHP manual.