我想得到国家名称和国家代码。为此,我使用了以下代码:
Country_Language = getApplicationContext().getResources().getConfiguration().locale.getDisplayLanguage();
Country_code= getApplicationContext().getResources().getConfiguration().locale.getCountry(); // get country code
但是我总是得到“美国”和“美国”作为国家代码和国家名称,而我的国家不是美国。
任何帮助表示赞赏。