[Android Java] 국가코드 및 국가명 가져오기

천현철·2021년 1월 21일
0

Android

목록 보기
7/43

iOS 와 동일하게 출력됩니다.

public static String getCountry() {
        return Locale.getDefault().getCountry();
}
public static String getDisplayCountry() {
        return Locale.getDefault().getDisplayCountry(Locale.US);
}

2020/08/13 - [Development Note/iOS] - [objective-c] 국가코드 및 국가명 가져오기

profile
기도하지말고 행동하라

0개의 댓글