alexandrugavril / CamiAndroidApp

0 stars 0 forks source link

UI locales in CAMI Android App #18

Closed asorici closed 6 years ago

asorici commented 6 years ago

Why

In the field tests of CAMI, the end-user partners have strongly requested that the mobile app support localization (that is, UI and content must be translated in the native language) because not all elderly user are accustomed to english.

The content is already localized based on the user you sign in with. We need to adapt the text of each UI element (e.g. on buttons or tabs) to the language of each end-user.

What

Notes

When accessing the user endpoint (e.g. for camidemo) the language abbreviation can be obtained from the enduser_profile['language'] key

alexandrugavril commented 6 years ago

I've added translations.js -> you need to add a key and the corresponding UI translations in that dictionary there.