mirror of
https://github.com/RfidResearchGroup/RFIDtools.git
synced 2026-05-12 11:19:59 -07:00
Use CHINESE language.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user