Java tutorial
//package com.java2s; import android.content.Context; public class Main { public static boolean isLocalelKorea(Context context) { return context.getResources().getConfiguration().locale.getLanguage().equalsIgnoreCase("ko"); } }