The Text and Button elements in SwiftUI are automatically localisable.
Text("Hello World!")
or with a variable
let hello = LocalizedStringKey("Hello")
Add Localizable.strings to your project.
English
"Hello World!" = "Hello World!";
"Hello" = "Hello";
German
"Hello World!" = "Hallo Welt!";
"Hello" = "Hallo";
Post
Replies
Boosts
Views
Activity
I agree... HealthKit and the Health app for iPadOS and macOS would be very nice to have!
So turns out the Apple maps api wasn’t loaded properly the 10 times I tried before this post. The 11th time it worked and autocompletion of the field also worked.