Localization Package response menu problem

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Esylin
Posts: 45
Joined: Thu Dec 16, 2021 1:21 am

Localization Package response menu problem

Post by Esylin »

Hi, I am using Unity Localization Package to change text language with a button. I followed the instruction here and ran into a problem. :cry:

https://www.pixelcrushers.com/dialogue_ ... textTables

So far the character names and the dialogue text are localized correctly, but the response menu does not change language.

What am I missing here? :cry:
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Localization Package response menu problem

Post by Tony Li »

Hi,

Response menus don't use Text Table assets.

Did you add a DialogueSystemLocalizationPackageBridge component to your Dialogue Manager?
Esylin
Posts: 45
Joined: Thu Dec 16, 2021 1:21 am

Re: Localization Package response menu problem

Post by Esylin »

Tony Li wrote: Fri Oct 27, 2023 1:02 pm Hi,

Response menus don't use Text Table assets.

Did you add a DialogueSystemLocalizationPackageBridge component to your Dialogue Manager?
Yes I did.
ScreenShot.png
ScreenShot.png (34.44 KiB) Viewed 411 times
What else can be wrong? :cry:
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Localization Package response menu problem

Post by Tony Li »

Hi,

Have you tried the updated Localization Package integration on the Extras page?
Post Reply