I\'m currently using .resx
files to manage my server side resources for .NET.
the application that I am dealing with also allows developers to plugin Ja
There's a library for localizing JavaScript applications: https://github.com/wikimedia/jquery.i18n
It can do parameter replacement, supports gender (clever he/she handling), number (clever plural handling, including languages that have more than one plural form), and custom grammar rules that some languages need.
The strings are stored in JSON files.
The only requirement is jQuery.