We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
As of version 3.0.13 you can now use LocalizationKit in Objective C projects.
@import LocalizationKit; // Starting the service [Localization startWithAppKey:@"407f3581-648e-4099-b761-e94136a6628d" live:true]; // Getting available languages [Localization availableLanguages:^(NSArray<Language *> * _Nonnull languages) { NSLog(@"Languages"); }]; // Getting a localized string NSString *helloWorldStr = [Localization get:@"Hello.Label" alternate:@"Hello World"];
There was an error while loading. Please reload this page.