Alex313031/quark-player

Change/Choose Installer Language

Opened this issue · 2 comments

The installer/setup exe defaults to the system language, apparently with no way to change it. At least there was no menu shown to be able to change it and I couldn't find any command line option for it.

For me, this option would be nice as my work computer has it's system language in Korean, but I'm not close to fluent, so I'd like a way to change it to English.

Thanks

@slycordinator There isn't a way to do this, since I am using electron-builder to make the binaries. The application should be in English though.

That's not true.

electron-builder recommends against it, but there is an option for the boolean displayLanguageSelector. It defaults to false as it automatically detects the OS language, but it's entirely possible to set it to true and allow one to select a language.