One among our consumer is attempting to make use of iOS’s VoiceOver with our SwiftUI app and they don’t seem to be in a position to make use of it correctly in Korean Language
- Difficulty is VoiceOver would not learn Korean strings if the first language is chosen as Korean and area is ready to South Korea, but it surely reads English string. Video proof
- If Major language is English, it reads string which is Korean solely; but when its blended with English, it skips Korean string and solely reads English. Video Proof
I’ve created a small reproducible concern
code:
import SwiftUI
struct ContentView: View {
var physique: some View {
VStack {
Picture(systemName: "globe")
.imageScale(.massive)
.foregroundStyle(.tint)
Textual content("Good day, world!")
Textual content("안녕하세요")
Textual content("안녕하세요: 24")
}
.padding()
}
}
I’ve additionally tried it in one other telephone. the end result stays the identical.
PS: I’m not from Korea, nor do I communicate Korean