meraki-analytics / orianna

A Java framework for the Riot Games League of Legends API (http://developer.riotgames.com/).
MIT License
182 stars 56 forks source link

Setting locale parameter #13

Closed gcmorrison closed 9 years ago

gcmorrison commented 9 years ago

Hi, I recently started using your library. I really like what you are doing with this, but I have one problem. There is no way for me to set the locale in the request. I want to support all the languages, regardless of which Region the user is playing on. Any chance you can add it? Even if it's just RiotApi.setLocale(), which will add the locale as a parameter to every call.

Please!

robrua commented 9 years ago

Hey,

I'll look into adding this soon.

robrua commented 9 years ago

Just added it in version 2.5.5.

gcmorrison commented 9 years ago

Awesome, thanks :+1: