opensrp / fhircore

FHIR Core / OpenSRP 2 is a Kotlin application for delivering offline-capable, mobile-first healthcare project implementations from local community to national and international scale using FHIR and WHO Smart Guidelines on Android.
https://opensrp.io
Apache License 2.0
59 stars 59 forks source link

[Enhancement] Make the default language the first ISO in the Application Config #3645

Open f-odhiambo opened 8 hours ago

f-odhiambo commented 8 hours ago

Make the default language the first index of the array in the language config defined in the application config. Currently, this does not work

This should default at app launch

----
  "languages": [
    "es","en"
  ],
----
f-odhiambo commented 8 hours ago

@ndegwamartin please advise