2013年7月20日 星期六

中文化

// ----------------------------------中文化
          String localee = Locale.getDefault().getDisplayLanguage();
          if (localee.equals("中文")) {
               cb1.setText("1. 開啟Wifi ");
               cb2.setText("2. 關閉Wifi ");
               Locale locale = getBaseContext().getResources().getConfiguration().locale;
               String country = locale.getCountry(); //獲得國家碼
               if(country.equals("CN")){
                    cb1.setText("1. 开启Wifi ");               
                    cb2.setText("2. 关闭Wifi ");
               }
          }
          // ----------------------------------中文化end 

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...