Is there an equivalent language parameter when using the WeatherKit SDK in swiftui? I'm using the call below in my app:
'''
weather = try await weatherService.weather(for: location, including: .daily(startDate: yesterDay , endDate: Date()))
'''
This works for English/US users, but some users in other countries (e.g. Germany) are not getting the correct temperature results from this. Is there something I need to add to make this work in each user's location?
Topic:
Accessibility & Inclusion
SubTopic:
General
Tags: