Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.apps.currentGameLanguage() always returns 'english' #141

Open
saintflow47 opened this issue Mar 15, 2024 · 0 comments
Open

client.apps.currentGameLanguage() always returns 'english' #141

saintflow47 opened this issue Mar 15, 2024 · 0 comments

Comments

@saintflow47
Copy link

saintflow47 commented Mar 15, 2024

Hi there,
I wanted to tailor my language picking to the users steam language rather than the ip language. Even though multiple game languages are configured and available in the client.apps.availableGameLanguages() call, client.apps.currentGameLanguage() always returns english, no matter what i set my steam language to. the app itself does not have a language configuration in steam so it should be pulling the steam ui language according to https://partner.steamgames.com/doc/api/ISteamApps#GetCurrentGameLanguage.

availableGameLanguages returns (works perfectly)
[
'english',
'german',
'french',
'koreana',
'spanish',
'schinese',
'japanese'
]
currentGameLanguage returns
'english'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant