3
3

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.

iOSアプリ テキストコピーメニューの日本語化

Posted at

概要

アプリでテキスト長押しで出てくるコピーメニューが、 英語表記になってしまうのを日本語に。 その他、AppStoreの情報欄の言語が英語になっている。 どこかのテキストが英語に変換されている等の現象がありました。 今回は送信ボタンの「送信」の文字が「submit」になっていました。

環境

Xcode8

設定の変更

1-1.PROJECTファイルのinfoを開く 1-2.Localilzations下部の+を押す 1-3.Japaneseを選択 1-4.Englishが必要なければ-で消す

2-1.PROJECTファイルのinfoを開く
2-2.Localization native development regionをJapanに変更

以上ですが、シミュレータでは英語のままでした。
シミュレータ自体の言語設定が英語だからかな?と思ってます。

3
3
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
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?