Contents

reconcilePreferredLanguagesWithCompletionHandler:

Reconciles the set of locally available asset packs with the current preferred languages.

Declaration

- (void) reconcilePreferredLanguagesWithCompletionHandler:(void (^)(NSError *error)) completionHandler;

Mentioned in

Discussion

This method downloads any missing localized asset packs, waits for those downloads to finish, and removes any unneeded ones. If you’ve overridden the preferred languages by setting resolvedLanguage, then this method respects that selection. Don’t use this method if your application offers split-language functionality; instead, handle the reconciliation manually.

See Also

Inspecting language support