Jump to content
McKay Development

JackSovr

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by JackSovr

  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~
×
×
  • Create New...