public static String getCountryCode(Context context) {
Locale locale = context.getResources().getConfiguration().locale;
String countryCode = locale.getCountry();
return countryCode;
}
getCountry()
한국 : KR
중국 : CN
'프로그래밍 > Android' 카테고리의 다른 글
Android Popup Dialog(팝업 다이얼로그) (0) | 2015.05.18 |
---|---|
Android GCM (0) | 2015.03.26 |
Android 기기별 해상도 (0) | 2015.03.10 |
Android getBitmapFromServer(서버에서 이미지 데이터를 가져와 비트맵으로 반환) (0) | 2015.03.02 |
Android TextView 기본 여백 없애기 (0) | 2015.02.26 |
댓글