Storing localization strings
Posted: Wed Dec 22, 2010 11:46 am
What is the most efficient way to store localization strings? Gettext, JSON or XML? Any other? The most important is user-friendly, so anyone can edit.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
In XML you need to replace special symbols with entities, put CDATA sections and etc. I just realized that XML is not an option.Jonah Bron wrote:I think XML would be the most user-friendly.