2

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.

Andy Jazz
  • 49,178
  • 17
  • 136
  • 220
  • Did you ever find an answer to this, @AndyJazz? Not working for me in Xcode 14.0.1/iOS 16.1. – Nestor Nov 15 '22 at 12:40

1 Answers1

-1

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.

Slava Rozhnev
  • 9,510
  • 6
  • 23
  • 39
DevSn
  • 1
  • 1