We are currently using both the Spine program versions 2.1.27 and 3.8.99 simultaneously. The reason behind this is that our game has been in service for over 5 years. In the past, we used version 2.1.27 to create our assets, but recently, we have been using version 3.8.99 for newer assets. Due to this, we frequently switch between the versions of the Spine program.
We are using shortcut icons for launching the program as follows:
Spine.exe -u 2.1.27
Spine.exe -u 3.8.99
The issue arises when running version 3.8.99 as it defaults to the Korean language. Even after saving the settings in English, whenever the 3.8.99 program is executed, it reverts back to Korean. This becomes inconvenient as bone and slot names appear in Korean, requiring manual switching to English each time (as the game data needs to be in English).
I'm curious if there's a way to specify the language when running the program from the command line. If not, I'd like to know if such a feature could be supported in the future.