Localization / Memory Issues

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
formula409
Forum Newbie
Posts: 1
Joined: Wed May 22, 2002 4:47 am

Localization / Memory Issues

Post 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!
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

You might want to look into the gettext() capabilities of PHP in the PHP manual.
Post Reply