steamworks.js
steamworks.js copied to clipboard
client.apps.currentGameLanguage() always returns 'english'
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'