On my mac I use NSPrintInfo and [NSPrintInfo localizedPaperName] to determine if the default paper size is "US Letter" or "A4".
NSPrintInfo * printInfo = [NSPrintInfo sharedPrintInfo]; [printInfo localizedPaperName]
How can I get the iOS device to tell me if the default paper size is "US Letter" or "A4"?
Since nobody has suggested a better way, I looked up in which countries US letter is used and started checking against this list, by getting the NSLocaleCountryCode