I have a problem where my responses cannot be translated.
When i change the language (by pressing a button in my UI) i run the method:
Code: Select all
DialogueManager.SetLanguage(language);
I did some research in this forum, i have tried some code i found but nothing worked so far. I was able to access the responses at runtime (and their text property) but i could not find a way to link each response to the correct corresponding translated text to assign it.
I was wondering if there is a straight forward solution to my issue.
Thank you in advance!