It auto start and each time you load it resets the language to Russian.
You code click on the 4th option in the menu and change to English
Or you edit the game and make it start in English
Go into the game directory "TheWitcherHunt/game" and find the file options.rpy open it in a text editor, online 17 edit it to
Code:
define config.language = "None"
from
Code:
define config.language = "russian"
Then save the file options.rpy and delete options.rpyc. The game should remake and overwrite options.rpyc but I like to remove it just to make sure..