Skip to content

Instantly share code, notes, and snippets.

@steipete
Created November 30, 2011 16:15
Show Gist options
  • Save steipete/1409651 to your computer and use it in GitHub Desktop.
Save steipete/1409651 to your computer and use it in GitHub Desktop.
Set custom localization in PSPDFKit
PSPDFSetLocalizationDictionary(@{@"en" :
@{@"Go to %@" : @"Browse %@",
@"%d of %d" : @"Page %d of %d",
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment