In particular I want to guarantee that the formatting of a number uses , (commmas) for separating digits regardless of the current locale of the device.
NSNumberFormatter *numFormatter = [[NSNumberFormatter alloc] init];
[numFormatter setLocal:@"??????"]