I am storing the checked options in my choice chips list, in my firebase database. The problem is that it stores the checked option in the user's language.
And if later another user with a different language wants to retrieve and read the marked options, I cannot mark the choice chips with the saved values, since they do not match the language of the user who is reading them.
Example. User 1 - Language app setting Spanish - Field State <list>(ChoiceChip) option value stored as -> "Finalizado"
Example User 2 - Lenguage app setting English - Field State <list>(ChoiceChio) option value readed as "Finalizado", and the option in English is "Finished" And therefore it has not been marked.
Does anyone have a solution? Thank you!!