Skip to content

Instantly share code, notes, and snippets.

@juanarzola
Created June 18, 2011 18:41
Show Gist options
  • Save juanarzola/1033386 to your computer and use it in GitHub Desktop.
Save juanarzola/1033386 to your computer and use it in GitHub Desktop.
for(UILabel* label in self.allLabels){
[label setText:NSLocalizedString(label.text, @"")];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment