skip to Main Content

Xcode – NSLocalized String in Objective C

In swift to create a localized string use `NSLocalizedString(key: , value: , comment:) But in the older objective C https://developer.apple.com/documentation/foundation/nslocalizedstring There only appears to be key and comment and key appears to act as both the key and the value…

VIEW QUESTION
Back To Top
Search