WeatherKit language parameter

Hi, working on some code, and trying to see if we can get the responses that are localized to the language parameter (GET /api/v1/weather/{language}/{latitude}/{longitude} ) but that does not seem to change any of hte information coming back. Regardless of using en, en_US, es, etc. always comes back in english. Is there a way to get the results in different languages? If not, is there a master list of the responses that come back in the fields?

In v1 of the WeatherKit API the only localized response strings are in the weatherAlerts dataset. The other English-language strings you see such as the conditionCode values are actually enumeration values represented as string tokens. The condition codes correspond to WeatherCondition values in the Swift API documentation.

WeatherKit language parameter
 
 
Q