2025-09-24 1:41 AM
We will constantly monitor whether the parameters of the language change in a background container. If they do change, we will apply the new language. But for components that are not in this container on the same screen, how can we resize them most appropriately?
Solved! Go to Solution.
2025-09-25 6:15 AM
Hello @Nex-Leo,
You can check interactions, triggers and actions, here there's a tutorial : Tutorial 5: Creating Custom Triggers and Actions | TouchGFX Documentation
BR,
2025-09-24 6:37 AM
Hello @Nex-Leo,
I'm not sure to understand, you want to change the value of one container when another container changes ? Are they both on the same screen ?
BR,
2025-09-24 6:09 PM - edited 2025-09-24 6:22 PM
Hello, @LouisB
Yes, they belong to the same screen.
For instance, the English word for the copy "Control" is "Control", and the Chinese word is "控制". As a result, their lengths will vary in different languages, If I have performed "resizeToCurrentText" in Chinese, then when the language changes to English, it will be displayed as incomplete.
BR,
2025-09-25 6:15 AM
Hello @Nex-Leo,
You can check interactions, triggers and actions, here there's a tutorial : Tutorial 5: Creating Custom Triggers and Actions | TouchGFX Documentation
BR,