NVNLocales session

2pods

IMLocalize

IMLocalize is used for localization inside your app. Import IMLocalize to appDelegate (or some other class before you actually want to localize a string for the first time): #import @IMLocalize; Set it up by just writing: [[IMLocalizeManager shared] setupWithUrlString:@"urltojsondictionaries"]; and then use it all over your app by just writing: IMLocalize(stringtolocalize) e.g: self.label.text = IMLocalize(stringto_localize);

License: MIT

  • Objective C

NVNLocales

It is used for localisation and formats. It is initialised with [[NVNLocalisationManager sharedInstance] languageSetup]; and then used with MIMTranslate(string)

License: MIT

  • Objective C