language issue in Dialogue editor nodes.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Monsta
Posts: 8
Joined: Fri Mar 14, 2025 11:38 am

language issue in Dialogue editor nodes.

Post by Monsta »

Hello.
I am a beginner and have been studying the Dialogue System for Unity for about 2~3 weeks.
As many people do, I am also trying hard to find solutions on my own, although it feels as slow as crawling.
I want to write or change a character’s line in Korean in the nodes of the Conversation tab in the dialogue editor. but the text alternating between English and Korean.

searched the forum and the manual for a solution but couldn’t find an answer.
I followed the instructions from this section in the manual:
https://www.pixelcrushers.com/dialogue_system/manual2x/html/dialogue_u_is.html#dialogueUILocalizingUIElements

It worked for a moment but then reverted to the previous state.

I know that this might be a silly and trivial, but I’ve seen people on YouTube using Korean directly in the nodes without problems.
I’ve tried many things, but I still don’t understand why this is happening.

I can change the text in the Inspector, but I know I’ll need to modify it directly in the nodes frequently, so I can’t just ignore this issue. :?
I can show you a video if needed.

Please help me... 😭
Attachments
node1.png
node1.png (96 KiB) Viewed 1376 times
User avatar
Tony Li
Posts: 22877
Joined: Thu Jul 18, 2013 1:27 pm

Re: language issue in Dialogue editor nodes.

Post by Tony Li »

Hi,

Add a Localization field in the Template:

loc1.png
loc1.png (74.82 KiB) Viewed 1366 times

Then select Menu > Apply Template To Assets.

Then you can edit both languages:

loc2.png
loc2.png (124.54 KiB) Viewed 1366 times
Monsta
Posts: 8
Joined: Fri Mar 14, 2025 11:38 am

Re: language issue in Dialogue editor nodes.

Post by Monsta »

Ah!! It works!!! It’s working!! Thank you!!I must have been barking up the wrong tree! Thank you for your answer!
Really, really thank you!! 😭💖
Monsta
Posts: 8
Joined: Fri Mar 14, 2025 11:38 am

Re: language issue in Dialogue editor nodes.

Post by Monsta »

Ah!! It works!!! It’s working!! Thank you!!I must have been barking up the wrong tree! Thank you for your answer!
Really, really thank you!! 😭💖
User avatar
Tony Li
Posts: 22877
Joined: Thu Jul 18, 2013 1:27 pm

Re: language issue in Dialogue editor nodes.

Post by Tony Li »

Glad to help!
Post Reply