Storing localization strings
Moderator: General Moderators
Storing localization strings
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.
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Storing localization strings
I think XML would be the most user-friendly.
Re: Storing localization strings
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.
So, I think JSON is fine, so I'm staying with it.
Thanks for the reply though.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US