andshrew / PlayStation-Trophies

Sony has an API for retrieving details of the trophies an account has earned, but there is no public documentation for using it. This is an attempt at documenting the API by capturing the requests made by the https://my.playstation.com web site.
MIT License
100 stars 4 forks source link

Language via Accept-Language header #6

Closed Ragowit closed 3 years ago

Ragowit commented 3 years ago

Seems you can get different languages via the accept-language header.

https://github.com/Tustin/psn-php/issues/181#issuecomment-920257736

andshrew commented 3 years ago

Thanks for this, I've added a section on it to the documentation.