Apple product names localized.
Note: To use a localization included in the package, the app using the package must support this localization.
Swift
UIDevice.current.localizedProductNameObjective-C
[UIDevice currentDevice].localizedProductName;Swift
UIDevice.current.productNameObjective-C
[UIDevice currentDevice].productName;