steamworks.js icon indicating copy to clipboard operation
steamworks.js copied to clipboard

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

Open saintflow47 opened this issue 1 year ago • 0 comments

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'

saintflow47 avatar Mar 15 '24 19:03 saintflow47