/ Published in: Objective C
Force NSLocalizedString to use a specific language
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
[[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithObjects:@"en", @"it", nil] forKey:@"AppleLanguages"];