Hi all,
I'm using Entities for the first time, and overall it's working quite nicely. However, I'm running into an issue with multiple language support.
In my project, enumerators are deployed to different regions and need to select a village from a list (linked to an Entity dataset). If the village isn't listed, they can select “Other” and enter a new village, which is then added to the entity list.
Here’s the challenge:
We support two languages (e.g., English and Uzbek).
I want the list of villages (from the entity dataset) to be displayed in the currently selected form language.
When using static choices, this was easy using label::English, label::Russian, etc.
But with select_one from_entity, I can't figure out how to achieve the same behavior.
Question:
How can I dynamically display village names from an entity list in the correct language, depending on the language selected in the form?
I’ve attached a simplified survey of the village here:
villages_survey.xlsx (20.9 KB)
the csv here:
villages.csv (220 Bytes)
Any guidance or best practices would be greatly appreciated!
Thanks in advance,
Agrari