Hi everyone,
The code for getInitialLanguage() does not seem to be working correctly across platforms.
On macOS, it automatically sets Syncplay to English even though my system language is German. Python’s locale.getdefaultlocale() returns ('en_GB', 'UTF-8'). After a bit of searching it seems like unfortunately, there is no straightforward cross-platform way to get the system language in Python.
Is this working correctly for users on other platforms or other macOS users?