gogcom / galaxy-integrations-python-api

NOTE: Please report here only issues related to the python API. Issues and general feedback regarding the Galaxy Client 2.0 shall be sent via Galaxy Client menu
MIT License
1.26k stars 226 forks source link

Add support to get the current GOG Galaxy language #11

Open Mixaill opened 5 years ago

Mixaill commented 5 years ago

It is necessary to show the login form in the right language.

UncleGoogle commented 5 years ago

Native login forms handles this on it's own side. It is generally better to use platform website login with all of its features than recreate a custom one from scratch.

Mixaill commented 5 years ago

Developing idea:

GOG Galaxy has two languages:

The first one could be passthrough in the Accept-Language header to get the same UI language across the UI.

The second one is useful for install_game and launch_game function. (#8)