Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 910 forks source link

Steam_Language #1141

Closed Noobgam closed 5 years ago

Noobgam commented 6 years ago

At the moment steam is sort of inconsistent in providing default locale. That cookie might help a little.

BlueRaja commented 5 years ago

Where does this cookie come from? I don't see it on steamcommunity.com when logged into my account

Noobgam commented 5 years ago

Where does this cookie come from? I don't see it on steamcommunity.com when logged into my account

Unfortunately, I don't know the answer to this, but if you navigate through one/two pages you will notice it appear.

It's not that obvious

Yet this cookie is present, and you can change it manually calling POST https://steamcommunity.com/actions/SetLanguage/ with language=english, sessionid={sid} (It is being called when you access Change language in profile name dropdown)

BlueRaja commented 5 years ago

Eh, I can't imagine this hurting anything, so I'll merge it