Use SwiftUI's LocalizedStringKey initializers, e.g. Text("Hello world") ... Do not use String(format: "Order %d Tickets", count) , it's not intended for ...
確定! 回上一頁