(Solved) Change language of all labels on a screen?

i am trying to translate all of the labels on a screen from english to spanish. here’s what the english text looks like:
Screenshot 2024-04-16 at 3.21.53 PM

and this is what it looks like “translated”:
Screenshot 2024-04-16 at 3.24.48 PM

these are the blocks used:

what could be going wrong? i feel like this should work, but there’s probably just one thing that is not clicking

In your loop, the j variable represents a label. So those values you’re seeing are component IDs for each label on the screen. You need to translate Label J’s Text from English to Spanish.

this works great, thanks!

1 Like