Use CHINESE language.

This commit is contained in:
dxl
2020-07-03 16:39:39 +08:00
parent 45cd52278b
commit 867fe890a1
@@ -37,7 +37,7 @@ public class LanguageUtil {
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.N_MR1) {
switch (language) {
case "zh":
configuration.setLocale(Locale.SIMPLIFIED_CHINESE);
configuration.setLocale(Locale.CHINESE);
break;
case "en":
default: