Live translations
Posted: Thu May 26, 2022 5:01 am
I'm making a multi-lingual app with the Dialogue System. I've added extra languages using the Template tab of the Dialogue System in the Unity editor. This is fine for changing the language of the dialogue, which you can do using the DialogueSystemController.SetLanguage method. But the ConversationState class (which stores the current conversation text) only contains text for the current language.
What I would like to do is to provide the ability to translate the text, which means I need access to all the different languages - not just the one that is set using the DialogueSystemController.SetLanguage method.
Any clue on how to set this up??? Thanks!
What I would like to do is to provide the ability to translate the text, which means I need access to all the different languages - not just the one that is set using the DialogueSystemController.SetLanguage method.
Any clue on how to set this up??? Thanks!