티스토리 뷰

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] 국가코드 및 국가명 가져오기

댓글