Toate discuțiile > Forumuri Steam > Help and Tips > Detaliile subiectului
IPlayerService/GetOwnedGames doesn't return localized game names
Unsure if I'm missing something, but I can't seem to get the
IPlayerService/GetOwnedGames endpoint to return localized game names, even though the localization for the selected language exists.

I would expect this to return a list of the user's owned games with Traditional Chinese names if the localization exist.

One example is Satisfactory. While it has a localized name for Traditional Chinese when viewed in the Steam client (https://i.imgur.com/idbb1sF.png), the API returns its fallback/default localization

{ "appid": 526870, "name": "Satisfactory", "playtime_forever": 8492, // ... }

On the other hand, the ISteamUserStats/GetSchemaForGame endpoint does return localized achievement data for the same game.

For example,
returns

{ "name": "BUILD_FOUNDATIONS", "defaultvalue": 0, "displayName": "實打實例", "hidden": 0, "description": "建造 5000 個基板。", // ... }

So, am I missing something?
Editat ultima dată de zevnda; 16 iul. la 9:37
Toate discuțiile > Forumuri Steam > Help and Tips > Detaliile subiectului