Post

Replies

Boosts

Views

Activity

Reply to Localization in SwiftUi
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";
Jun ’20