I have some problem of localization.I have some content which have both Thai and english. when i run in the android2.1 Thai language show as Boxes. so have set that Thai language as locale in my activity as below
Locale local=new Locale("th","TH"); Locale.setDefault(locale);
Which is working in the Android2.3 but not working in the Android2.1. Please let me know where the mistake is? how can resolve this problem
By Akil