728x90
반응형
Locale locale = getResources().getConfiguration().locale; String displayCountry = locale.getDisplayCountry(); String country = locale.getCountry(); String language = locale.getLanguage(); |
Locale en = Locale.US; Configuration config = new Configuration();config.locale = en; getResources().updateConfiguration(config, getResources().getDisplayMetrics()); |
출처: https://kanais2.tistory.com/284 [飛上]
728x90
반응형
'Android' 카테고리의 다른 글
인텐트 플래그 (0) | 2020.04.18 |
---|---|
list View Adapter ViewHolder (0) | 2020.04.11 |
안드로이드 키보드 설정 ( 뷰가 밀려날때 ) (0) | 2020.02.23 |
안드로이드 커스텀뷰 2) onDraw 방식 (0) | 2020.02.10 |
안드로이드 커스텀 뷰 1) (0) | 2020.02.10 |