How to translate responses in game
Posted: Tue Jun 10, 2025 10:34 am
Hi,
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:
This only translates the Subtitle UI and not the responses unfortunately. What i want is to be able to translate the responses in Greek. I will try to provide some images for my setup.
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!
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!