Android上获得语言的方法 Android上获得语言的方法:String language = Locale.getDefault().getLanguage();String language = Context.getResources().getConfiguration().locale.getLanguage();