Posted May 16, 2018
high rated
So, I just bought this game, and it seems there's no in-game change language menu. The option to change languages from the Galaxy client is greyed out and the game is using my system's language (spanish) instead of the language I prefer to play games in (english). My Preferred Language in Galaxy is set to english too.
Is there any configuration file where I can change the language?
edit: OK, after a little more reasearch and reading some Unreal Engine 4 docs I figured out that I can add the following to the configuration file in C:\<PathToUser>\AppData\Local\Omensight\Saved\Config\WindowsNoEditor\Engine.ini to force a language change:
[Internationalization]
Culture=en
'en' can be changed to any shortened language identifier as per ISO-639 that the game supports.
So, nevermind. Sorry if I wasted your time.
Is there any configuration file where I can change the language?
edit: OK, after a little more reasearch and reading some Unreal Engine 4 docs I figured out that I can add the following to the configuration file in C:\<PathToUser>\AppData\Local\Omensight\Saved\Config\WindowsNoEditor\Engine.ini to force a language change:
[Internationalization]
Culture=en
'en' can be changed to any shortened language identifier as per ISO-639 that the game supports.
So, nevermind. Sorry if I wasted your time.
Post edited May 16, 2018 by douther