All Projects → heroims → LocalizedEngine

heroims / LocalizedEngine

Licence: other
A Localized Engine

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to LocalizedEngine

BDLocalizedDevicesModels
Apple devices model names localized.
Stars: ✭ 23 (+109.09%)
Mutual labels:  localized

LocalizedEngine

国际化引擎

使用方法调用

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    //初始化国际化引擎
    [LocalizedEngine startEngine];
    
    return YES;
}

Installation

via CocoaPods

Install CocoaPods if you do not have it:-

$ [sudo] gem install cocoapods
$ pod setup

Create Podfile:-

$ edit Podfile
platform :ios, '7.0'
pod 'LocalizedEngine',  '~> 1.0'
$ pod install

Use the Xcode workspace instead of the project from now on.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].