Announcements, support questions, and discussion for the Dialogue System.
-
Esylin
- Posts: 45
- Joined: Thu Dec 16, 2021 1:21 am
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.
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?

-
Tony Li
- Posts: 23292
- Joined: Thu Jul 18, 2013 1:27 pm
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
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 (34.44 KiB) Viewed 683 times
What else can be wrong?

-
Tony Li
- Posts: 23292
- Joined: Thu Jul 18, 2013 1:27 pm
Post
by Tony Li »
Hi,
Have you tried the updated Localization Package integration on the
Extras page?