ARKit – ARCoachingOverlayView Spanish localization

530 views Asked by At

enter image description here

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.

1

There are 1 answers

1
DevSn On

enter image description here

ARCoachingoverlayview localization can be done by localizing the storyboard when you add the localizing from the build menu it gets Localised text auto.