i´m developing a Phonegap app.
I want the user to be able to choose a language when they launch the app.
So i want all strings in my html and javascript files to be translated into the chosen language.
Is there a "best practise" or a plugin I could use?
Gettext http://jsgettext.berlios.de/ is to much for that, isn't it? Thanks for help!