读书人

获取目前locale

发布时间: 2012-09-18 16:21:42 作者: rapoo

获取当前locale

               Resources res = ctx.getResources();               // Change locale settings on the device               DisplayMetrics dm = res.getDisplayMetrics();               android.content.res.Configuration conf = res.getConfiguration();               conf.locale = new Locale(language_code.toLowerCase(),coutry_code.toUpperCase());               res.updateConfiguration(conf, dm);
?

读书人网 >移动开发

热点推荐