Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 ipad 上开发一个应用程序。但是当我使用地理编码和 google api 时,我会看到其他语言的地名(即使这个地方在美国)。好像是在翻译英文。有没有办法让我的应用程序只有英语?谢谢
我得到了它。就是这个
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults]; [defaults setObject:[NSArray arrayWithObjects:@"fr", nil] forKey:@"AppleLanguages"]; [defaults synchronize];