Force NSLocalizedString to use a specific language


/ Published in: Objective C
Save to your folder(s)

Force NSLocalizedString to use a specific language


Copy this code and paste it in your HTML
  1. [[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithObjects:@"en", @"it", nil] forKey:@"AppleLanguages"];

Report this snippet


Comments


You need to login to view comments.