It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
It's too bad that can't change language. Steam is already can change language. Why can't GOG do that?
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
BradyChen: It's too bad that can't change language. Steam is already can change language. Why can't GOG do that?
I have the same problem on Ubuntu, Where can i change the language ?
avatar
Gnaf: I have the same problem on Ubuntu, Where can i change the language ?
Game autodetects language from user locale. But it does not work in linux version. To enable language detection just edit start.sh and remove line with export LC_ALL=C. Looks like this line no more needed for 1.1.
We applied 'export LC_ALL=C' to avoid a popular bug in the Unity game engine. Since the bug is not affecting the game in its current version, we are uploading a new build that will detect your system language correctly.

Sorry for the inconvenience!
Thanks a lot !
Is there a way to change language in-game now? I'm stuck with Russian and while it's not too bad I 'd prefer to play the game in English. There is no option in the menu, no settings executable in the game folder (it seems there was such a file in the previous versions).
avatar
saodhar: Is there a way to change language in-game now? I'm stuck with Russian and while it's not too bad I 'd prefer to play the game in English. There is no option in the menu, no settings executable in the game folder (it seems there was such a file in the previous versions).
As EugVVl already mentioned, the game selects the language basing on your system language. If you want to prevent that and play the English version, run the game from the terminal like this:

LC_ALL=C ./start.sh

Or put:

export LC_ALL=C

somewhere in the start.sh script, for example in line 4.

This will force the game to use the most basic locale and run in English, here more about it for anyone interested in the subject:
http://unix.stackexchange.com/questions/87745/what-does-lc-all-c-do
Hi, how can I switch to Chinese simplified?
I prepend "LANG=ja_JP" then game start with Japanese, but game fallback into English while prepend "LANG=zh_CN".

Also tried LANG=zh_HK, LANG=zh_SG, LANG=zh_TW; all these setting failed.
When I set LANG=de_DE or LANG=ja_JP, it will change the language.
Post edited May 04, 2016 by h113331pp
avatar
BradyChen: It's too bad that can't change language. Steam is already can change language. Why can't GOG do that?
While it's possible to change the game language on Windows by changing your session language, it's rather annoying. I posted a solution on this forum.
avatar
h113331pp: Hi, how can I switch to Chinese simplified?
I prepend "LANG=ja_JP" then game start with Japanese, but game fallback into English while prepend "LANG=zh_CN".

Also tried LANG=zh_HK, LANG=zh_SG, LANG=zh_TW; all these setting failed.
When I set LANG=de_DE or LANG=ja_JP, it will change the language.
I know I'm coming late, but did you try with the LC_ALL environment variable instead ? And though it probably won't work better, I noticed that there's lzh_TW too...