Page 1 of 1

[Solved] Localization

Posted: Thu Dec 06, 2018 12:59 pm
by Japtor
Hi,

I've been following the Dialogue for Unity Localization Tutorial for dialogues only. For some reason, every time I change the Localization Settings->Language to test it, when I play the scene it returns to always the same.
Spoiler
Without Playing Mode: Image
Spoiler
Playing Mode: Image
I have even deleted the "jap" localization and stills settings it as if exists. Any idea why is this happening?

Thanks! :)

Re: Localization

Posted: Thu Dec 06, 2018 1:34 pm
by Tony Li
The current language selection is saved in PlayerPrefs when you play. This way when the player returns to the game it remembers their language. To clear it, select Tools > Pixel Crushers > Dialogue System > Tools > Clear Saved Localization Settings.

Re: Localization

Posted: Thu Dec 06, 2018 1:41 pm
by Japtor
Hi,

Yeah, that was it!

Now I know what to do if it happens again! :P

Thanks! :)

Re: [Solved] Localization

Posted: Thu Dec 06, 2018 1:50 pm
by Tony Li
You're welcome!