Jump to content
McKay Development

JackSovr

Member
  • Posts

    5
  • Joined

  • Last visited

JackSovr's Achievements

  1. I solved this.. I used a robot to look up other accounts inventories. But when I make offer manager.createOffer("xxxx") after loadPartnerInventory function . The items names are not localized.. Then I look up the code . I found the code in "steamcommunity/index.js" this._setCookie(Request.cookie('Steam_Language=english')); I changed this to "this._setCookie(Request.cookie('Steam_Language=schinese'));" It worked ..Before I changed code... I have tried to set language property in TradeOfferManager constructor.. It not worked .. Really appreciate for Dr.Mckay's working~
  2. I set var manager = new TradeOfferManager({ ... "language":"zh" }) but market_name also is English. Any idea....
  3. Okay. So the market_hash_name which i want to convet to other language.. I think i got a way ,but it not easy. eg. Just like dota2 items "The International 2016 HUD" I need to make request "http://steamcommunity.com/market/listings/570/The%20International%202016%20HUD?l=schinese" Then get its chinese name.. Its there a better way ? Thx for your reply~
  4. I want to get the other language of these items' market_hash_name I have tried to set TradeOfferManager's language property, but it doesnt work. So can you give one way to make it.. I think need to set manager.createOffer("xxxxx&language=schinese") like this? Very appreciate.
×
×
  • Create New...