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];