Localize Task Placeholder
LocalizeTaskPlaceholder
Note
This Placeholder works with ad element that is part of the Task System Package.
See the Task System Installation documentation for more details.
This Placeholder is a MonoBehaviour that you can add to your GameObject.
What you need
- A Task System Task as a target for the localization injection. For more information, see the Task System Setup documentation.
- A localization key to be used as the final text reference;
Note
Use a localization key from the same Localization CSV file that you'll upload via Back Office for the Environment.
See the [Environments] section in the Back Office documentation for more details about the Localization file upload.
How to setup
- Add this Placeholder to the GameObject that has the Task MonoBehaviour to target.
- Flag the "Localize Description" checkbox if you want to activate the localization.
- In the "Description Key" field, put the complete Localization key identifier (es. "task1/step1/title");
When you access this Environment in app, if you choose the language, your custom text updates automatically.