0
0

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.

AndroidStudio 앱 이름 지역화

Last updated at Posted at 2019-07-01

AndroidStudio 3.4.1

참고 페이지 -> Android Developers > Docs > 다른 언어 및 문화 지원
laguage code 참고 사이트 -> http://www.loc.gov/standards/iso639-2/php/code_list.php

##values 폴더
res - New - Directory 생성
path.PNG

values폴더를 language-code와 조합해 만듭니다. -> 조합 방법 가이드
directory.PNG

기본 언어는 values폴더(영어)입니다. (Google Play Store에 앱 등록시 영어로 설정함)
values폴더의 strings.xml을 복사해서 방금 생성한 폴더들에 넣어주면 Android Studio에서 아래와 같이 표시됩니다.
result.PNG

##strings.xml 편집

strings.xml
<resources>
    <string name="app_name">패션을찾아줘</string>
</resources> 

##테스트
실기에서 Settings - General - Language & input - Language를 바꿔서 테스트할 수 있습니다.

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?