enketo / enketo-legacy

The OLD app that started the Enketo revolution. An offline-capable web survey application that is compatible with OpenRosa XForm-derived format and compliant servers.
https://enketo.org
Apache License 2.0
21 stars 26 forks source link

Multi-language UI support #233

Open MartijnR opened 10 years ago

MartijnR commented 10 years ago

Mostly concerned with translation of strings in js files (for /webform and /forms).

Detect client language at server and serve a separate json file with those strings (and English if no match)? DB table with all strings and cached json files for each language?

What are the best practices?

MartijnR commented 10 years ago

https://github.com/SEL-Columbia/enketo/issues/372