Page 1 of 1

problems with game language

Posted: Fri Apr 15, 2022 12:30 am
by Ghiaccionero
i accidentally switch the game language from english to korean, and the in game command /language doesn't work.
i try to switch in language 1 language 2 etc, but it doesn't work.
someone can tell me what can i do to return to english?

please

Re: problems with game language

Posted: Fri Apr 15, 2022 9:38 am
by Elven
The only way you'll be able to revert this is by editing the userSettings xml file.

Go into your WAR folder > User > right click on "UserSettings.xml" and edit with notepad (or notepad++ if you have that installed).

Do a search for "Language" in the file, and you'll find a line that will be similar to this:

Code: Select all

<Language id="1" />

The number value will be different for you, as it's set to Korean. Change the number to 1 and save the file.

This correct it to use the english interface in game.

Re: problems with game language

Posted: Fri Apr 15, 2022 9:59 am
by Ghiaccionero
Thank you for your reply. I solved this way tonight, snooping through the user settings.🙂

Re: problems with game language

Posted: Fri Apr 15, 2022 10:07 am
by Elven
No problem. Glad you got it sorted out.