mirror icon indicating copy to clipboard operation
mirror copied to clipboard

change language

Open h3dgecutter opened this issue 7 years ago • 2 comments

is it possible to change weather language somewhere in the project? any pointer would be greatly appreciated.

richard

h3dgecutter avatar Oct 31 '18 17:10 h3dgecutter

Try adding &lang=es (https://darksky.net/dev/docs) to the weather request.

maxbbraun avatar Nov 03 '18 18:11 maxbbraun

I had the same challenge and this is how I fixed: In the Weather.java file search for apikey (3 rows) and append the language settings like this: "%s/locations/v1/cities/geoposition/search?apikey=%s&q=%f,%f&metric=true&language=hu-hu",

Peter

warning939 avatar Jan 27 '22 13:01 warning939