Help with languages

Hi everyone
I made an application with glide and I put different languages ​​in it and I have noticed that when there are two or three or more people connected, if one of them changes the language, it changes everyone, I have put the rowid in the languages ​​and I don’t know why it doesn’t work for me.

I leave the link of the application

Thank you

To resolve this issue, you should be storing each users language selection in a User Specific Column.

1 Like

How can I modify the data because glide does not let me?

This one…

Because that is not User Specific, then when one user changes it, it changes for everybody.
You would need to delete that column, and create it again as a User Specific column.

How can I delete it, it does not give me the option to delete column. only export.
7cbee9369ac6c80ca10dbb639018f98c

Not the whole table, just the column…

Because it’s connected to a Google Sheet, you won’t be able to delete it from the Glide Data Editor, so you’ll need to delete it from the Google Sheet.

However, I can see you use that column in lots of components. So I would recommend first creating the replacement user specific column via the Glide Data Editor, and then use the Find All Uses feature to identify and replace everywhere it is used. Once you’ve done that, you can safely delete the original column.

1 Like

Thanks for the help.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.