Java.util.Locale 현재 설정된 언어 획득하기 안드로이드 현재 설정된 언어 가져오기 Locale locale = getResources().getConfiguration().locale; String displayCountry = locale.getDisplayCountry(); String country = locale.getCountry(); String language = locale.getLanguage();