I'm looking for an accessibility modifier (or some other method) in SwiftUI that does the same job as UIKit's accessibilityLanguage property:
https://developer.apple.com/documentation/objectivec/nsobject/1615192-accessibilitylanguage
We've got a few screens in our app for which the display language is server-dictated instead of device-dictated -- and without this property VoiceOver is reading Spanish with the English parser and accent when the device is set to English.
Thanks for any information.