Detect keyboard layout in iOS SDK?
Using [[NSUserDefaults standardUserDefaults] objectForKey:@"AppleLanguages"]
I can get an array of the phone's preffered and supported languages. What is the equivalient 开发者_C百科for getting an array with the phone's preffered keyboard layouts?
精彩评论