Skip to content

Language detection does not work correctly #288

@v-ji

Description

@v-ji

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?

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions