Is there a way to use Spanish localization instead of English in ARCoachingOverlayView?
let overlay = ARCoachingOverlayView()
overlay.delegate = self // ARCoachingOverlayViewDelegate?
overlay.activatesAutomatically = false
overlay.session = self.arSession
overlay.goal = .anyPlane
self.addSubview(overlay)
P.S. I need Spanish localisation in iOS app. I know that there's working language localization when we use Apple Measure
iOS app, or ARQuickLook
/ARCoachingOverlayView
app in Safari.
ARCoachingoverlayview localization can be done by localizing the storyboard when you add the localizing from the build menu it gets Localised text auto.