KOLocalizedString icon indicating copy to clipboard operation
KOLocalizedString copied to clipboard

Helper for change language your app

KOLocalizedString: Helper for work and change language your application in Swift

Build Status CocoaPods Compatible Platform

KOLocalizedString is an Localization library written in Swift.

  • Features
  • Requirements
  • Installation
  • Get started
  • Custom configuration - Core custom configuration, Network Custom configuration, File manager configuration
  • Updating files from server
  • Localized string
  • Update language from server
  • License

Features

  • [x] Usage .plist / .strings /images files
  • [x] Update files from server
  • [x] Update localization without rebooting application

Requirements

  • iOS 9.3+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
  • Xcode 8.3+
  • Swift 3.1+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

CocoaPods 1.1+ is required to build KOLocalizedString 1.0.0+.

To integrate KOLocalizedString into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'KOLocalizedString', '~> 1.0.0'
end

Then, run the following command:

$ pod install

License

KOLocalizedString is released under the MIT license. See LICENSE for details.