Hi all!
SkyUI brings us a great translation system using Data\Interface\translations\
The thing I want to do now is something like the following: I would like to print some messages on screen using Debug.Notification("$text"). The string used here is not handled by the translation system (it can't be since this method is not part of SkyUI) - the output would be just "$text". So I need a way to translate this before passing it to Debug.Notification.
So the main question is: Is there a way to get the localized string from the SkyUI translation system using papyrus?
Best regards,
Amigo