i am trying to translate all of the labels on a screen from english to spanish. here’s what the english text looks like:
and this is what it looks like “translated”:
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.
j
this works great, thanks!
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.