-
Notifications
You must be signed in to change notification settings - Fork 18
Localization
JanDotNet edited this page Sep 24, 2016
·
1 revision
There are 3 text fragments to lable buttons:
- "Next >>"
- "Close"
- "Do it!"
It is possible to change that text using the static class TextLocalization:
TextLocalization.Next = "Go ahead >>";
TextLocalization.Close = "End Tour";
TextLocalization.DoIt = "Please, do it for me";
To reset the localization to it's default just call TextLocalization.Reset().
Introduction
API