Widget Template with texts - localization

Hi there,

curious what has to be done for the following case:
I made a button widget as template. The button has a text on it and the text pre constructed so I can duplicate in the parented widget on need.
How do I get the localization tool in UE to recognize such case since the default text is “change me” on the template widget.

best wishes

It’s simple:

  1. Promote In Text parameter from Set Text function to variable.
  2. Set Instance Editable to true in the variable’s Details panel.
  3. When you add your button widget to another widget you’ll be able to set the variable’s value as text as you’d do in your button widget.

PS: I’m using String Table for localized values.

1 Like

Hey, thank you, so that means that the “change me” text will get set accordingly per culture i have created in the localisation settings?

Yes! That’s exactly what I’m doing.

1 Like

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