Ios swift – Swift: Getting localized string with an argument from String Catalog
I have the following key and its translation in String Catalog (Xcode 15.3): when I put the key in a SwiftUI's Text like this: let appName = "some name" Text("login success subTitle(appName)") it works well and returns the English translation…