To change the game language, modify the LoginVersion value using hexadecimal codes.
Language Codes (Hexadecimal Format)
Korea = 01
China = 02
Vietnam = 03
Japan = 04
Taiwan = 05
English = 06
Germany = 07
SingaMala = 08
HongKong = 09
France = 0A
Russia = 0B
Turkey = 0C
Brazil = 0D
LatinAmerica = 0E
Poland = 0F
Italy = 10
Philippines = 11
You can download HxD from their website

Example: Changing Language to Vietnamese
Original Hex Values (English):
Before
06 00 00 00 00 05 00 00 00 04 00 00 00 05 00 00 00 04 00 00 00 05 00 00 00
Modified Hex Values (Vietnamese):
After
03 00 00 00 00 05 00 00 00 04 00 00 00 05 00 00 00 04 00 00 00 05 00 00 00
Step 2: Prepare the Game Folder
Ensure the following files are present in the game directory:
game.exe
utf-8.manifest
Manifest CMD.bat
Then, run the 'Manifest CMD' to apply the changes.
You’ll find the example in the file provided below.
For detailed instructions, head over to the forum.






