14
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

OS バージョン別、ローカライズ対応した言語の適応順

Posted at

OS バージョンによって挙動が異なるのでメモ。
それぞれ、上から順にローカライズ対応を行った言語が見つかればそれが適応されます。

iOS 6

  1. 設定言語
  2. info.plist の設定言語(CFBundleDevelopmentRegion)

iOS 7

  1. 設定言語
  2. 一般 > 言語環境 > 言語 の最近設定した言語順
  3. info.plist の設定言語(CFBundleDevelopmentRegion)

iOS 8

  1. 設定言語
  2. 一般 > 言語と地域 > 使用する言語の優先順位
  3. info.plist の設定言語(CFBundleDevelopmentRegion)

※使用する言語の優先順位が未設定の時は未確認。

14
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?