ReactiveLocalizationManager icon indicating copy to clipboard operation
ReactiveLocalizationManager copied to clipboard

This class helps change app language without changing device language or restarting app. ReactiveCocoa is used for delivery of localization changes.

ReactiveLocalizationManager

This class helps change app language without changing device language or restarting app. NOTE This class depends on ReactiveCocoa (currently v.2.5.x).

Installation

ReactiveLocalizationManager is available via CocoaPods. Add the following line to your podfile:

  pod 'ReactiveLocalizationManager', '~> 1.2'
  

Alternatively just drag&drop ReactiveLocalizationManager folder to your project.