zl程序教程

您现在的位置是:首页 >  移动开发

当前栏目

Android 获取系统语言

2023-09-14 09:04:24 时间

获取系统语言

Locale locale = getResources().getConfiguration().locale;
Log.d("wangrui",locale.getLanguage());