0
如何更改應用程序本身的軟鍵盤語言。我只想更改軟鍵盤語言。如何更改應用程序本身的區域設置
如何更改應用程序本身的軟鍵盤語言。我只想更改軟鍵盤語言。如何更改應用程序本身的區域設置
似乎這也做的伎倆:
// creating locale Locale locale2 = new Locale(loc); Locale.setDefault(locale2); Configuration config2 = new Configuration(); config2.locale = locale2; // updating locale mContext.getResources().updateConfiguration(config2, null);