BDLocalizedDevicesModels
Apple product names localized.
Installation
Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthageTo integrate BDLocalizedDevicesModels into your Xcode project using Carthage, specify it in your Cartfile:
github "bixcorp/BDLocalizedDevicesModels"
Usage
Note: To use a localization included in the framework bundle, the app using the framework must support this localization.
Localized product name
Swift
UIDevice.current.localizedProductNameObjective-C
[UIDevice currentDevice].localizedProductName;English product name
Swift
UIDevice.current.productNameObjective-C
[UIDevice currentDevice].productName;