なんとかするから、なんとかなる

エンジニア関係のことを書きます

iOS How to change a language settings while debugging on the devices

Introduction

This article shows how to change a language settings while debugging on the devices.

This method is useful for confirming the localized String or text including line breaks.

It won't need to change the language from settings anymore.

Solution

There are 2 steps for setting the language.

  1. [Open Edit scheme] f:id:hopita:20180910211338p:plain
  2. [Run]-[Application Language]-[System Language] and select a language you want to set. f:id:hopita:20180910211504p:plain